|
|
|
@ -388,7 +388,9 @@ jobs: |
|
|
|
|
- run: yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules |
|
|
|
|
- run: mkdir node_modules/hardhat && wget https://unpkg.com/hardhat/console.sol -O node_modules/hardhat/console.sol |
|
|
|
|
- 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 >> ] |
|
|
|
@ -448,7 +450,9 @@ jobs: |
|
|
|
|
- run: unzip ./persist/dist.zip |
|
|
|
|
- run: unzip ./persist/plugin-<< parameters.plugin >>.zip |
|
|
|
|
- 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: |
|
|
|
|