Update chromedriver version

pull/2487/head
jmontoyaa 8 years ago
parent 5989227cc6
commit 1c528614d2
  1. 2
      .travis.yml
  2. 8
      tests/behat/README.md

@ -36,7 +36,7 @@ before_install:
- sudo apt-get update
- sudo apt-get install google-chrome-stable
# Get Chrome driver
- wget https://chromedriver.storage.googleapis.com/2.27/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo mv chromedriver /usr/bin
- wget https://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo mv chromedriver /usr/bin
# Setup display for Selenium
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0

@ -1,4 +1,5 @@
In order to run behat tests locally with the right support for browser and JS environments under Linux, you will need to:
In order to run behat tests locally with the right support for browser
and JS environments under Linux, you will need to:
- Download Selenium Standalone Server v3.*
@ -12,10 +13,11 @@ java -jar /my-dir/selenium-server-standalone-3.1.0.jar
- Download the Chrome driver, unzip and copy into /usr/bin
Check the latest version at https://sites.google.com/a/chromium.org/chromedriver/downloads, then adapt the following command to the latest version:
Check the latest version at https://sites.google.com/a/chromium.org/chromedriver/downloads,
then adapt the following command to the latest version:
```
cd /tmp && wget https://chromedriver.storage.googleapis.com/2.29/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo mv chromedriver /usr/bin
cd /tmp && wget https://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo mv chromedriver /usr/bin
```
### Chamilo configuration

Loading…
Cancel
Save