Skip to content

Commit

Permalink
Cypress config 'numTestsKeptInMemory' put back to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
elsamaryv committed Dec 5, 2024
1 parent e7802ea commit 7b7ba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = defineConfig({
baseUrl: 'http://localhost:3000',
viewportHeight: 800,
viewportWidth: 1800,
numTestsKeptInMemory: 5,
numTestsKeptInMemory: 0,
videoCompression: false,
// eslint-disable-next-line no-unused-vars
setupNodeEvents(on, config) {
Expand Down

0 comments on commit 7b7ba0c

Please sign in to comment.