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.
2 parents 0223a66 + be1bc79 commit 39ec986Copy full SHA for 39ec986
tests/e2e/web.runner.ci.ts
@@ -11,7 +11,7 @@ import testcafe from 'testcafe';
11
experimentalDecorators: true
12
} })
13
.src((process.env.TEST_FILES || 'tests/web/**/*.e2e.ts').split('\n'))
14
- .browsers(['firefox:headless --disable-search-engine-choice-screen --ignore-certificate-errors'])
+ .browsers(['chromium:headless --disable-search-engine-choice-screen --ignore-certificate-errors'])
15
.screenshots({
16
path: 'report/screenshots/',
17
takeOnFails: true,
0 commit comments