test: fix for renderer process crashed (#4089)
* numTestsKeptInMemory: 10 * experimentalMemoryManagement: true
This commit is contained in:
parent
bc3f203f6c
commit
82236fe42c
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ module.exports = defineConfig({
|
||||||
env: {
|
env: {
|
||||||
grepFilterSpecs: true,
|
grepFilterSpecs: true,
|
||||||
grepOmitFiltered: true,
|
grepOmitFiltered: true,
|
||||||
|
numTestsKeptInMemory: 10,
|
||||||
|
experimentalMemoryManagement: true,
|
||||||
},
|
},
|
||||||
setupNodeEvents(on, config) {
|
setupNodeEvents(on, config) {
|
||||||
config = require("./cypress/support/cypress-grep/plugin")(config);
|
config = require("./cypress/support/cypress-grep/plugin")(config);
|
||||||
|
|
Loading…
Reference in a new issue