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