diff --git a/cypress.config.js b/cypress.config.js index 6467f5e..810a1df 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -84,4 +84,5 @@ module.exports = defineConfig({ ], }, retries: 1, + experimentalMemoryManagement: true, })