chore: enable experimentalMemoryManagement for cypress test
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
@@ -12,5 +12,6 @@ module.exports = defineConfig({
|
|||||||
},
|
},
|
||||||
baseUrl: 'http://nextcloud.local/index.php',
|
baseUrl: 'http://nextcloud.local/index.php',
|
||||||
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
|
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
|
||||||
|
experimentalMemoryManagement: true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user