Unable to pass specs locally when developing for gem
skukx opened this issue · 1 comments
skukx commented
bundle install
bundle exec rake
This results in a couple failing specs with the error.
Selenium::WebDriver::Error::WebDriverError:
unable to connect to chromedriver 127.0.0.1:9515
Possibly need more documentation on developing for this gem in the README
skukx commented
To resolve this, I ran
gem uninstall chromedriver-helper
bundle install
I removed all versions of chromedriver-helper and all drivers when running the uninstall. After bundling again, tests started passing.