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: {
|
||||
grepFilterSpecs: true,
|
||||
grepOmitFiltered: true,
|
||||
numTestsKeptInMemory: 10,
|
||||
experimentalMemoryManagement: true,
|
||||
},
|
||||
setupNodeEvents(on, config) {
|
||||
config = require("./cypress/support/cypress-grep/plugin")(config);
|
||||
|
|
Loading…
Reference in a new issue