chore: Turn experimentalMemoryManagement on

This commit is contained in:
Sidharth Vinod 2023-10-06 09:55:42 +05:30
parent 3fcd4cd9ce
commit a291550433
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

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