Skip to content

Commit

Permalink
fix(cypress): memory issue v1
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 committed Sep 16, 2024
1 parent 7579eb6 commit a12ad80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export default defineConfig({
viewportHeight: 900,
viewportWidth: 1440,
watchForFileChanges: false,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 1,
},
component: {
supportFile: './cypress/support/components.ts',
Expand Down

0 comments on commit a12ad80

Please sign in to comment.