We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb37c5 commit e9e7dbbCopy full SHA for e9e7dbb
tests/e2e/web.runner.ts
@@ -6,7 +6,7 @@ import testcafe from 'testcafe';
6
return t
7
.createRunner()
8
.src((process.env.TEST_FILES || 'tests/**/*.e2e.ts').split('\n'))
9
- .browsers(['chromium:headless -q attemptLimit=1 --cache --allow-insecure-localhost --ignore-certificate-errors'])
+ .browsers(['chromium:headless --cache --allow-insecure-localhost --ignore-certificate-errors'])
10
.filter((_testName, _fixtureName, _fixturePath, testMeta): boolean => {
11
return testMeta.env !== 'desktop'
12
})
0 commit comments