From cbd9ff6dd0651f3bc55a13da59a3f75a6c45d292 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 10 Nov 2021 16:56:40 +0100 Subject: [PATCH] fix running selenium --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 689cbf90d9..f5988460b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -79,7 +79,7 @@ jobs: - run: npx nx build remix-ide --with-deps - run: name: Start Selenium - command: ./node_modules/.bin/selenium-standalone start + command: selenium start 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: ./node_modules/.bin/selenium-standalone start + command: selenium start 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: ./node_modules/.bin/selenium-standalone start + command: selenium start 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: ./node_modules/.bin/selenium-standalone start + command: selenium start 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: ./node_modules/.bin/selenium-standalone start + command: selenium start 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: ./node_modules/.bin/selenium-standalone start + command: selenium start background: true - run: ./apps/remix-ide/ci/browser_tests_plugin_api.sh - store_test_results: