Skip to content

Commit c8f9aa9

Browse files
change tests kept in memory to reduce memory crashing issues
1 parent aa43ccd commit c8f9aa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ export default defineConfig({
2323
viewportHeight: 800,
2424
viewportWidth: 1920,
2525
},
26+
27+
numTestsKeptInMemory: 20,
2628
});

0 commit comments

Comments
 (0)