Skip to content

Commit

Permalink
fix(cypress): memory issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 committed Sep 10, 2024
1 parent a2d906b commit b0b5ec3
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 @@ -23,6 +23,8 @@ export default defineConfig({
// with any changed environment variables
return config
},
experimentalMemoryManagement: true,
numTestsKeptInMemory: 0,
viewportHeight: 900,
viewportWidth: 1440,
watchForFileChanges: false,
Expand Down

0 comments on commit b0b5ec3

Please sign in to comment.