|
|
|
@ -35,6 +35,9 @@ before_install: |
|
|
|
|
- sudo rm -vf /etc/apt/sources.list.d/*riak* |
|
|
|
|
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost & |
|
|
|
|
# Get Chrome driver |
|
|
|
|
- wget https://chromedriver.storage.googleapis.com/2.35/chromedriver_linux64.zip && unzip chromedriver_linux64.zip |
|
|
|
|
- sudo mv chromedriver /usr/bin |
|
|
|
|
- sudo chmod +x /usr/bin/chromedriver |
|
|
|
|
- chromedriver --version |
|
|
|
|
# Setup display for Selenium |
|
|
|
|
- sh -e /etc/init.d/xvfb start |
|
|
|
|