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
{{ message }}
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.
- if [[ "$DRIVER" == "google-chrome" ]]; then wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -; fi
- if [[ "$DRIVER" == "google-chrome" ]]; then echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list; fi
- if [[ "$DRIVER" == "google-chrome" ]]; then sudo apt-get update -qq && sudo apt-get install -qq -y google-chrome-stable; fi
- gem install bundler
before_script:
- cd spec/test_app
- bundle install --jobs=3 --retry=3
- bundle exec rails db:setup
- cd ../../
- if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver-update; fi
- if [[ "$DRIVER" == "google-chrome" ]]; then ls -lR ~/.chromedriver-helper/; fi
- if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver --version; fi
- if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi
- if [[ "$DRIVER" == "google-chrome" ]]; then which google-chrome; fi