|
|
@ -60,10 +60,10 @@ jobs: |
|
|
|
# java -version |
|
|
|
# java -version |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: Download Selenium |
|
|
|
name: Download Selenium |
|
|
|
command: ./node_modules/.bin/selenium-standalone install --version=6.20.1 --baseURL=https://selenium-release.storage.googleapis.com |
|
|
|
command: ./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: Start Selenium |
|
|
|
name: Start Selenium |
|
|
|
command: ./node_modules/.bin/selenium-standalone start --version=6.20.1 |
|
|
|
command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com |
|
|
|
background: true |
|
|
|
background: true |
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_chrome.sh |
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_chrome.sh |
|
|
|
- store_test_results: |
|
|
|
- store_test_results: |
|
|
|