Skip to content

Commit

Permalink
fix: reduce memory consumption on test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoAnjos16 committed Apr 6, 2023
1 parent 3435c8e commit 457fdd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export default defineConfig({
fixturesFolder: 'src/tests/cypress/fixtures',
downloadsFolder: 'src/tests/cypress/downloads',
chromeWebSecurity: false,
numTestsKeptInMemory: 10,
experimentalMemoryManagement: true,
e2e: {
setupNodeEvents(on, config) {
return nodeEvents(on, config)
Expand Down

0 comments on commit 457fdd3

Please sign in to comment.