diff --git a/cypress.config.js b/cypress.config.js index e619c6713..80fc79d2d 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -12,5 +12,6 @@ module.exports = defineConfig({ }, baseUrl: 'http://nextcloud.local/index.php', specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}', + experimentalMemoryManagement: true, }, })