|
|
@ -76,11 +76,11 @@ jobs: |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: Download Selenium |
|
|
|
name: Download Selenium |
|
|
|
command: npm run selenium-install |
|
|
|
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: npm run selenium |
|
|
|
command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com |
|
|
|
background: false |
|
|
|
background: true |
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_chrome_1.sh |
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_chrome_1.sh |
|
|
|
- store_test_results: |
|
|
|
- store_test_results: |
|
|
|
path: ./reports/tests |
|
|
|
path: ./reports/tests |
|
|
@ -110,11 +110,11 @@ jobs: |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: Download Selenium |
|
|
|
name: Download Selenium |
|
|
|
command: npm run selenium-install |
|
|
|
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: npm run selenium |
|
|
|
command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com |
|
|
|
background: false |
|
|
|
background: true |
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_chrome_2.sh |
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_chrome_2.sh |
|
|
|
- store_test_results: |
|
|
|
- store_test_results: |
|
|
|
path: ./reports/tests |
|
|
|
path: ./reports/tests |
|
|
|