-
Notifications
You must be signed in to change notification settings - Fork 89
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
How do I make my tests run with chrome 78? #96
Comments
You need to tell NPM to override the Chromedriver referenced in selenium-cucumber-js's package.json.
See the initial commit here |
I've got a PR in which includes a change to the value in package.json to the chromedriver's git page, so it always gets the latest Chromedriver. Until this is approved, you can do this change locally: |
change your chromedriver version in package.json and run npm install again |
My chrome browser auto updates to 78 and I have installed chromedriver 78 npm package manually, yet my tests don't run. selenium-cucumber-js only support chrome 76. What do I do to fix this problem?
The text was updated successfully, but these errors were encountered: