Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/chromedriver version #19

Merged
merged 2 commits into from
Mar 10, 2017
Merged

Fix/chromedriver version #19

merged 2 commits into from
Mar 10, 2017

Conversation

topheman
Copy link
Owner

@topheman topheman commented Mar 10, 2017

fixes #18

Since chrome 56, webdriver update won't work properly. Found a fix by using chromedriver npm package and referencing it in protractor.config.js file as chromeDriver: './node_modules/chromedriver/lib/chromedriver/chromedriver',.

See : angular/protractor#3639 (comment)

Anyone who'd like to help to upgrade protractor from v3 to v5 is welcome.

chrome has bumped to v56 - chromedriver's version doesn't work anymore neither the update version
-> so the e2e tests fail

angular/protractor#3639 (comment)
@coveralls
Copy link

coveralls commented Mar 10, 2017

Coverage Status

Coverage remained the same at 88.69% when pulling f87a9e1 on fix/chromedriver-version into aaa424c on master.

@topheman topheman merged commit 0d682c3 into master Mar 10, 2017
topheman added a commit to topheman/vanilla-es6-jspm that referenced this pull request Mar 10, 2017
topheman added a commit to topheman/vanilla-es6-jspm that referenced this pull request Mar 10, 2017
@topheman topheman deleted the fix/chromedriver-version branch March 10, 2017 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebDriverError: Connection refused (Connection refused)
2 participants