chore: Turn experimentalMemoryManagement on

This commit is contained in:
Sidharth Vinod
2023-10-06 09:55:42 +05:30
parent 3fcd4cd9ce
commit a291550433

View File

@@ -20,6 +20,7 @@ module.exports = defineConfig({
},
video: false,
numTestsKeptInMemory: 25,
experimentalMemoryManagement: true,
});
require('@applitools/eyes-cypress')(module);