fix configuration

pull/4673/head
yann300 7 months ago
parent 2d4c40479d
commit f9287d275c
  1. 2
      .circleci/config.yml
  2. 1
      apps/remix-ide-e2e/nightwatch.ts

@ -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:

@ -36,6 +36,7 @@ module.exports = {
'goog:chromeOptions': {
args: [
'window-size=2560,1440',
'start-fullscreen',
'--no-sandbox',
'--headless=new',
'--verbose',

Loading…
Cancel
Save