Skip to content

Commit

Permalink
Ignore certificate errors
Browse files Browse the repository at this point in the history
  • Loading branch information
debugwand authored Aug 23, 2018
1 parent 7505efb commit d873910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smoke/smoke-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class SmokeTest {
const puppetTests = [];
const crossBrowserTests = [];

this.browser = await puppeteer.launch();
this.browser = await puppeteer.launch({args: ['--ignore-certificate-errors', '--enable-features=NetworkService']});

for (let suiteOptions of configsToRun) {
for (let path in suiteOptions.urls) { //eslint-disable-line guard-for-in
Expand Down

0 comments on commit d873910

Please sign in to comment.