Skip to content

Commit 7b7ba0c

Browse files
committed
Cypress config 'numTestsKeptInMemory' put back to 0
1 parent e7802ea commit 7b7ba0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = defineConfig({
77
baseUrl: 'http://localhost:3000',
88
viewportHeight: 800,
99
viewportWidth: 1800,
10-
numTestsKeptInMemory: 5,
10+
numTestsKeptInMemory: 0,
1111
videoCompression: false,
1212
// eslint-disable-next-line no-unused-vars
1313
setupNodeEvents(on, config) {

0 commit comments

Comments
 (0)