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
With these changes, we can also remove a few things from travis.yml (sudo apt-get update, sudo apt-get install chromium-chromedriver, export PATH=$PATH:/usr/lib/chromium-browser/, export DISPLAY=:99.0, sh -e /etc/init.d/xvfb start, and sleep 3)
The text was updated successfully, but these errors were encountered:
Instead of requiring chromedriver to be installed globally, we should add the
webdrivers
gem, and change our capybara config to this:If we continue building apps with SPAs included in the app like we're doing on some recent projects, we should also add something like
With these changes, we can also remove a few things from travis.yml (
sudo apt-get update
,sudo apt-get install chromium-chromedriver
,export PATH=$PATH:/usr/lib/chromium-browser/
,export DISPLAY=:99.0
,sh -e /etc/init.d/xvfb start
, andsleep 3
)The text was updated successfully, but these errors were encountered: