File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ module.exports = defineConfig({
88 defaultCommandTimeout : 30000 ,
99 viewportWidth : 2000 ,
1010 viewportHeight : 1100 ,
11- numTestsKeptInMemory : 0 , // Keep 0 tests in memory to reduce memory usage
11+ numTestsKeptInMemory : 0 , // Keep 0 tests in memory to reduce memory usage
1212 projectId : "000000" ,
1313 chromeWebSecurity : false ,
1414 watchForFileChanges : true ,
1515 video : true ,
16- experimentalMemoryManagement : true , // Enable experimental memory management
16+ experimentalMemoryManagement : true , // Enable experimental memory management
1717 retries : {
18- runMode : 2 , // Retry failed tests up to 2 times in headless mode
19- openMode : 0 , // No retries in interactive mode
18+ runMode : 2 , // Retry failed tests up to 2 times in headless mode
19+ openMode : 0 , // No retries in interactive mode
2020 } ,
2121 setupNodeEvents ( on , config ) {
2222 on ( 'after:spec' , ( spec , results ) => {
You can’t perform that action at this time.
0 commit comments