File tree Expand file tree Collapse file tree 4 files changed +6
-191
lines changed
Expand file tree Collapse file tree 4 files changed +6
-191
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ jobs:
6060 java -version
6161 - run :
6262 name : Download Selenium
63- command : ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
63+ command : ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide-e2e /seleniumConfig.js
6464 - run :
6565 name : Start Selenium
66- command : ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
66+ command : ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e /seleniumConfig.js
6767 background : true
6868 - run : ./apps/remix-ide/ci/browser_tests_chrome.sh
6969 - store_test_results :
@@ -97,10 +97,10 @@ jobs:
9797 - run : npm run build
9898 - run :
9999 name : Download Selenium
100- command : ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
100+ command : ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide-e2e /seleniumConfig.js
101101 - run :
102102 name : Start Selenium
103- command : ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
103+ command : ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e /seleniumConfig.js
104104 background : true
105105 - run :
106106 name : Download Latest Firefox
@@ -147,10 +147,10 @@ jobs:
147147 java -version
148148 - run :
149149 name : Download Selenium
150- command : ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
150+ command : ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide-e2e /seleniumConfig.js
151151 - run :
152152 name : Start Selenium
153- command : ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
153+ command : ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e /seleniumConfig.js
154154 background : true
155155 - run : ./apps/remix-ide/ci/browser_tests_run_deploy.sh
156156 - store_artifacts :
File renamed without changes.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments