|
|
@ -169,7 +169,11 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- run: ls -la ./dist/apps/remix-ide/assets/js |
|
|
|
- run: ls -la ./dist/apps/remix-ide/assets/js |
|
|
|
- run: yarn run selenium-install || yarn run selenium-install |
|
|
|
- run: yarn run selenium-install || yarn run selenium-install |
|
|
|
- run: cp ~/bin/chromedriver /home/circleci/remix-project/node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ |
|
|
|
- when: |
|
|
|
|
|
|
|
condition: |
|
|
|
|
|
|
|
equal: [ "chrome", << parameters.browser >> ] |
|
|
|
|
|
|
|
steps: |
|
|
|
|
|
|
|
- run: cp ~/bin/chromedriver /home/circleci/remix-project/node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: Start Selenium |
|
|
|
name: Start Selenium |
|
|
|
command: yarn run selenium |
|
|
|
command: yarn run selenium |
|
|
|