We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54b3ca commit 0040166Copy full SHA for 0040166
cypress.config.js
@@ -14,7 +14,7 @@ module.exports = defineConfig({
14
defaultCommandTimeout: 60000,
15
//experimentalNetworkStubbing: true,
16
experimentalMemoryManagement: true,
17
- numTestsKeptInMemory: 1, //Default value 50, chrome crashes without lowering
+ numTestsKeptInMemory: 0, //Default value 50, chrome crashes without lowering
18
env: {
19
opensearch: 'localhost:9200',
20
opensearchDashboards: 'localhost:5601',
0 commit comments