diff --git a/cypress.config.cjs b/cypress.config.cjs index a1ddba6cc..59b5ace3d 100644 --- a/cypress.config.cjs +++ b/cypress.config.cjs @@ -20,6 +20,7 @@ module.exports = defineConfig({ }, video: false, numTestsKeptInMemory: 25, + experimentalMemoryManagement: true, }); require('@applitools/eyes-cypress')(module);