Skip to content

Commit

Permalink
Run webdrivermanager without SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
axelssonHakan committed Sep 17, 2018
1 parent d8b063e commit 55df476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test_script:
# run tests
- npm run test:node
- npm run test:chrome
- npx webdriver-manager update --gecko false
- npx webdriver-manager update --gecko false --ignore_ssl
- npm run test:protractor -- --directConnect
- npm run test:puppeteer

Expand Down

0 comments on commit 55df476

Please sign in to comment.