|
|
|
@ -393,6 +393,7 @@ jobs: |
|
|
|
|
condition: |
|
|
|
|
equal: [ "chrome", << parameters.browser >> ] |
|
|
|
|
steps: |
|
|
|
|
- run: mkdir -p node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ |
|
|
|
|
- run: cp ~/bin/chromedriver /home/circleci/remix-project/node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
@ -440,6 +441,7 @@ jobs: |
|
|
|
|
- run: unzip ./persist/plugin-<< parameters.plugin >>.zip |
|
|
|
|
- run: yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules |
|
|
|
|
- run: yarn run selenium-install --singleDriverInstall=firefox |
|
|
|
|
- run: mkdir -p node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ |
|
|
|
|
- run: cp ~/bin/chromedriver /home/circleci/remix-project/node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
|