Skip to content

Commit d0b6501

Browse files
author
Artem
committed
Ignore SSL errors
1 parent 9a7290a commit d0b6501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/web.runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import testcafe from 'testcafe';
66
return t
77
.createRunner()
88
.src((process.env.TEST_FILES || 'tests/**/*.e2e.ts').split('\n'))
9-
.browsers(['chromium:headless'])
9+
.browsers(['chromium:headless --allow-insecure-localhost --ignore-certificate-errors'])
1010
.filter((_testName, _fixtureName, _fixturePath, testMeta): boolean => {
1111
return testMeta.env !== 'desktop'
1212
})

0 commit comments

Comments
 (0)