diff --git a/cypress.config.js b/cypress.config.js index d65263a1..1ed53907 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -19,4 +19,6 @@ module.exports = defineConfig({ specPattern: '.cypress/integration/*.spec.js', supportFile: '.cypress/support/index.js', }, + numTestsKeptInMemory: 0, + experimentalMemoryManagement: true, })