fix running selenium

yann300-patch-35
yann300 3 years ago committed by GitHub
parent cbd9ff6dd0
commit 13733fe314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .circleci/config.yml

@ -79,7 +79,7 @@ jobs:
- run: npx nx build remix-ide --with-deps
- run:
name: Start Selenium
command: selenium start
command: java -jar /usr/local/bin/selenium.jar
background: true
- run: ./apps/remix-ide/ci/browser_tests_chrome_1.sh
- store_test_results:
@ -111,7 +111,7 @@ jobs:
- run: npx nx build remix-ide --with-deps
- run:
name: Start Selenium
command: selenium start
command: java -jar /usr/local/bin/selenium.jar
background: true
- run: ./apps/remix-ide/ci/browser_tests_chrome_2.sh
- store_test_results:
@ -142,7 +142,7 @@ jobs:
- run: npx nx build remix-ide --with-deps
- run:
name: Start Selenium
command: selenium start
command: java -jar /usr/local/bin/selenium.jar
background: true
- run: ./apps/remix-ide/ci/browser_tests_firefox_1.sh
- store_test_results:
@ -174,7 +174,7 @@ jobs:
- run: npx nx build remix-ide --with-deps
- run:
name: Start Selenium
command: selenium start
command: java -jar /usr/local/bin/selenium.jar
background: true
- run: ./apps/remix-ide/ci/browser_tests_firefox_2.sh
- store_test_results:
@ -205,7 +205,7 @@ jobs:
- run: npx nx build remix-ide --with-deps
- run:
name: Start Selenium
command: selenium start
command: java -jar /usr/local/bin/selenium.jar
background: true
- run: ./apps/remix-ide/ci/browser_tests_run_deploy.sh
- store_test_results:
@ -237,7 +237,7 @@ jobs:
- run: npx nx build remix-ide-e2e-src-local-plugin
- run:
name: Start Selenium
command: selenium start
command: java -jar /usr/local/bin/selenium.jar
background: true
- run: ./apps/remix-ide/ci/browser_tests_plugin_api.sh
- store_test_results:

Loading…
Cancel
Save