pull/1754/head
bunsenstraat 3 years ago
parent f216c2df83
commit 028defda35
  1. 3
      .circleci/config.yml

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

Loading…
Cancel
Save