Skip to content
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

Switch from Poltergeist to headless Chrome #1255

Merged
merged 1 commit into from
Mar 27, 2018
Merged

Conversation

jcoyne
Copy link
Member

@jcoyne jcoyne commented Jun 20, 2017

Poltergeist is no longer maintained
Rails 5.1 introduces ActionDispatch::SystemTestCase which should allow
our feature tests to be speed up when this is done:
rspec/rspec-rails#1813

@projecthydra-labs/hyrax-code-reviewers

@jcoyne jcoyne force-pushed the headless_chrome branch 3 times, most recently from 48b6a2a to 581f343 Compare June 20, 2017 18:13
@jcoyne jcoyne force-pushed the headless_chrome branch 7 times, most recently from 0a17245 to 190a0a2 Compare July 7, 2017 04:34
@NARKOZ
Copy link

NARKOZ commented Feb 16, 2018

Build is failing:

     Selenium::WebDriver::Error::WebDriverError:
        Unable to find chromedriver. Please download the server from http://chromedriver.storage.googleapis.com/index.html and place it somewhere on your PATH. More info at https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver.

You should put chromedriver into PATH:
mkdir /home/travis/bin && mv chromedriver /home/travis/bin

@jcoyne jcoyne force-pushed the headless_chrome branch 2 times, most recently from 433568f to 3b8b867 Compare March 27, 2018 17:28
Poltergeist is no longer maintained
Rails 5.1 introduces ActionDispatch::SystemTestCase which should allow
our feature tests to be speed up when this is done:
rspec/rspec-rails#1813
@mjgiarlo mjgiarlo merged commit a1297bc into master Mar 27, 2018
@mjgiarlo mjgiarlo deleted the headless_chrome branch March 27, 2018 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants