Skip to content

Commit

Permalink
trying to move experimentalMemoryManagement in the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti committed Nov 18, 2024
1 parent 7ee5066 commit b412cf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default defineCypressConfig({
fileServerFolder: './cypress',
fixturesFolder: './cypress/fixtures',
screenshotsFolder: './cypress/screenshots',
experimentalMemoryManagement: true,
videosFolder: './cypress/videos',
requestTimeout: 10000,
responseTimeout: 40000,
Expand All @@ -32,5 +31,6 @@ export default defineCypressConfig({
baseUrl: 'http://localhost:5601',
supportFile: './cypress/support/e2e.ts',
specPattern: './cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
experimentalMemoryManagement: true,
},
});

0 comments on commit b412cf9

Please sign in to comment.