-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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
- 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
'use strict';
module.exports = {
seleniumStandaloneOptions: {
proxy: '####',
},
webdriverio: {
desiredCapabilities: {
'moz:webdriverClick': false,
},
},
};
- Chimp: 1.2.0
- Node.js: 10.16.0 or 8.16.0
- Java: * 1.8.0_211-b12
- Operation system:
macOS 10.14.5 Darwin Kernel Version 18.6.0 or win10
Console / Log Output
$ chimpy ../../chimp.js --chai --path ./test/feature --browser=firefox
(node:4290) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.Master Chimp and become a testing Ninja! Check out our course: http://bit.ly/2btQaFu
[chimp] Running...
[selenium] Error: Could not download https://chromedriver.storage.googleapis.com/2.46.0/chromedriver_mac64.zip
Join our Slack xolv.io/community #chimp channel, where you can find help and help others.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels