Skip to content

Commit e85fcea

Browse files
committed
fir for nightly e2e
1 parent 0fb8674 commit e85fcea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/web.runner.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import testcafe from 'testcafe';
1111
experimentalDecorators: true
1212
} })
1313
.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'])
1515
.screenshots({
1616
path: 'report/screenshots/',
1717
takeOnFails: true,
@@ -38,7 +38,7 @@ import testcafe from 'testcafe';
3838
selectorTimeout: 5000,
3939
assertionTimeout: 5000,
4040
speed: 1,
41-
quarantineMode: { successThreshold: 1, attemptLimit: 3 },
41+
// quarantineMode: { successThreshold: 1, attemptLimit: 3 },
4242
pageRequestTimeout: 8000,
4343
disableMultipleWindows: true
4444
});

0 commit comments

Comments
 (0)