You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exact steps to reproduce / repository that demonstrates the problem
Automation previously works under node v6.17.0 & chimpy 0.54.0 environment, "chromedriver": "^2.35" is inside chimpy package.json file.
Bump node version to v10.16.0, chimpy version to 1.2.0. "chromedriver": "^2.46.0" is inside chimpy package.json file.
Install packages and run automation. Automation couldn't run due to chromedriver download URL invalid.
Manually update chimpy package.json file chromedriver version from 2.46.0 to 2.46 does solve the problem. Doubt it's a version pathing bug from chimpy.
Version & tools:
Chimp command line used: The exact command you used chimpy chimp.js --chai --path ./test/feature --browser=firefox
Chimp config file: Please provide a Gist if you use a config file
Expected behaviour
Automation could get start and run.
Actual behaviour
Automation couldn't get start due to chromedriver download URL invalid. https://chromedriver.storage.googleapis.com/2.46.0/chromedriver_mac64.zip
Exact steps to reproduce / repository that demonstrates the problem
Version & tools:
chimpy chimp.js --chai --path ./test/feature --browser=firefox
macOS 10.14.5 Darwin Kernel Version 18.6.0 or win10
Console / Log Output
Join our Slack xolv.io/community #chimp channel, where you can find help and help others.
The text was updated successfully, but these errors were encountered: