|
|
@ -162,7 +162,6 @@ jobs: |
|
|
|
name: Start Selenium |
|
|
|
name: Start Selenium |
|
|
|
command: npx selenium-standalone start |
|
|
|
command: npx selenium-standalone start |
|
|
|
background: true |
|
|
|
background: true |
|
|
|
- run: npm run downloadsolc_assets_dist |
|
|
|
|
|
|
|
- run: ./apps/remix-ide/ci/browser_test.sh firefox |
|
|
|
- run: ./apps/remix-ide/ci/browser_test.sh firefox |
|
|
|
- store_test_results: |
|
|
|
- store_test_results: |
|
|
|
path: ./reports/tests |
|
|
|
path: ./reports/tests |
|
|
@ -201,7 +200,6 @@ jobs: |
|
|
|
name: Start Selenium |
|
|
|
name: Start Selenium |
|
|
|
command: npx selenium-standalone start |
|
|
|
command: npx selenium-standalone start |
|
|
|
background: true |
|
|
|
background: true |
|
|
|
- run: npm run downloadsolc_assets_dist |
|
|
|
|
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_plugin_api.sh |
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_plugin_api.sh |
|
|
|
- store_test_results: |
|
|
|
- store_test_results: |
|
|
|
path: ./reports/tests |
|
|
|
path: ./reports/tests |
|
|
|