File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import testcafe from 'testcafe';
11
11
experimentalDecorators : true
12
12
} } )
13
13
. src ( ( process . env . TEST_FILES || 'tests/web/**/*.e2e.ts' ) . split ( '\n' ) )
14
- . browsers ( [ 'chromium: headless --cache --allow-insecure-localhost --ignore-certificate-errors' ] )
14
+ . browsers ( [ 'chromium -- headless=new --cache --allow-insecure-localhost --ignore-certificate-errors' ] )
15
15
. screenshots ( {
16
16
path : 'report/screenshots/' ,
17
17
takeOnFails : true ,
@@ -38,7 +38,7 @@ import testcafe from 'testcafe';
38
38
selectorTimeout : 5000 ,
39
39
assertionTimeout : 5000 ,
40
40
speed : 1 ,
41
- quarantineMode : { successThreshold : 1 , attemptLimit : 3 } ,
41
+ // quarantineMode: { successThreshold: 1, attemptLimit: 3 },
42
42
pageRequestTimeout : 8000 ,
43
43
disableMultipleWindows : true
44
44
} ) ;
You can’t perform that action at this time.
0 commit comments