Unverified Commit 20dbdfc2 authored by yann300's avatar yann300 Committed by GitHub

download chrome driver

parent 7c87ac5f
...@@ -2,11 +2,7 @@ language: node_js ...@@ -2,11 +2,7 @@ language: node_js
node_js: node_js:
- "9" - "9"
addons: addons:
apt: chrome: stable
sources:
- google-chrome
packages:
- google-chrome-stable
language: java language: java
branches: branches:
only: only:
...@@ -16,7 +12,9 @@ script: ...@@ -16,7 +12,9 @@ script:
- npm install - npm install
- npm run lint && npm run test && npm run make-mock-compiler && npm run build - npm run lint && npm run test && npm run make-mock-compiler && npm run build
- wget http://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar - wget http://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar
- java -jar selenium-server-standalone-3.5.3.jar & - wget http://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip
- unzip ~/chromedriver_linux64.zip
- java -Dwebdriver.chrome.driver="chromedriver" -jar selenium-server-standalone-3.5.3.jar &
- ./ci/browser_tests.sh - ./ci/browser_tests.sh
deploy: deploy:
- provider: script - provider: script
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment