diff --git a/cypress.config.js b/cypress.config.js index 2f50673e..45cf4537 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -47,4 +47,5 @@ module.exports = defineConfig({ ], }, retries: 1, + experimentalMemoryManagement: true, })