chore: enable experimentalMemoryManagement for cypress test

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2025-09-29 14:45:21 +02:00
committed by Luka Trovic
parent 42cf69a05c
commit 1b9b80a9b2

View File

@@ -12,5 +12,6 @@ module.exports = defineConfig({
},
baseUrl: 'http://nextcloud.local/index.php',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
experimentalMemoryManagement: true,
},
})