test: fix for renderer process crashed (#4089)

* numTestsKeptInMemory: 10

* experimentalMemoryManagement: true
This commit is contained in:
wojteknowacki 2023-08-22 14:28:17 +02:00 committed by GitHub
parent bc3f203f6c
commit 82236fe42c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);