|
|
|
@ -390,7 +390,6 @@ jobs: |
|
|
|
|
- run: ls -la ./dist/apps/remix-ide/assets/js |
|
|
|
|
- run: npm list selenium-standalone |
|
|
|
|
- run: yarn run selenium-install --singleDriverInstall=firefox |
|
|
|
|
- run: yarn run selenium-install --singleDriverInstall=chrome |
|
|
|
|
- when: |
|
|
|
|
condition: |
|
|
|
|
equal: [ "chrome", << parameters.browser >> ] |
|
|
|
@ -452,7 +451,6 @@ jobs: |
|
|
|
|
- run: yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules |
|
|
|
|
- run: npm list selenium-standalone |
|
|
|
|
- run: yarn run selenium-install --singleDriverInstall=firefox |
|
|
|
|
- run: yarn run selenium-install --singleDriverInstall=chrome |
|
|
|
|
- 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: |
|
|
|
|