|
|
@ -13,7 +13,7 @@ script: |
|
|
|
- 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 |
|
|
|
- wget http://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip |
|
|
|
- wget http://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip |
|
|
|
- unzip ~/chromedriver_linux64.zip |
|
|
|
- unzip chromedriver_linux64.zip |
|
|
|
- java -Dwebdriver.chrome.driver="chromedriver" -jar selenium-server-standalone-3.5.3.jar & |
|
|
|
- java -Dwebdriver.chrome.driver="chromedriver" -jar selenium-server-standalone-3.5.3.jar & |
|
|
|
- ./ci/browser_tests.sh |
|
|
|
- ./ci/browser_tests.sh |
|
|
|
deploy: |
|
|
|
deploy: |
|
|
|