Skip to content

Commit 1819510

Browse files
authored
Merge pull request #1129 from RedisInsight/e2e/bugfix/RI-3501-fix_ft_plugins
Ignore SSL errors
2 parents 6150667 + 33b7dde commit 1819510

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)