Reduce numTestsKeptInMemory

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

View File

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