pull/4837/head
filip mertens 8 months ago
parent 5ddfcf00d1
commit 3e6af95963
  1. 4
      .circleci/config.yml
  2. 6
      apps/remixdesktop/test/nighwatch.app.ts

@ -500,8 +500,8 @@ jobs:
command: |
nvm use 20
cd apps/remixdesktop
yarn installRipGrepMacOXarm64
PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --arm64
yarn installRipGrepMacOXx64
PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --x64
- run:
name: "Run tests"
command: |

@ -72,13 +72,9 @@ module.exports = {
javascriptEnabled: true,
acceptSslCerts: true,
'goog:chromeOptions': {
"binary": "release/mac-arm64/Remix-Desktop.app/Contents/MacOS/Remix-Desktop",
"binary": "release/mac/Remix-Desktop.app/Contents/MacOS/Remix-Desktop",
"args": [
"--e2e",
'--no-sandbox',
'--headless',
'--verbose',
'--user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'
]
}
}

Loading…
Cancel
Save