We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running test locally for both Chrome and Firefox with polymer-cli, it fails to download the required binary for Firefox.
polymer-cli
# error log Installing and starting Selenium server for local browsers ---------- selenium-standalone installation starting ---------- --- selenium install: from: https://selenium-release.storage.googleapis.com/3.12/selenium-server-standalone-3.12.0.jar to: /home/circleci/app-datepicker/node_modules/polymer-cli/node_modules/selenium-standalone/.selenium/selenium-server/3.12.0-server.jar --- chrome install: from: https://chromedriver.storage.googleapis.com/2.43/chromedriver_linux64.zip to: /home/circleci/app-datepicker/node_modules/polymer-cli/node_modules/selenium-standalone/.selenium/chromedriver/2.43-x64-chromedriver --- firefox install: from: https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz to: /home/circleci/app-datepicker/node_modules/polymer-cli/node_modules/selenium-standalone/.selenium/geckodriver/0.23.0-x64-geckodriver Error: Could not download https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running test locally for both Chrome and Firefox with
polymer-cli
, it fails to download the required binary for Firefox.The text was updated successfully, but these errors were encountered: