Skip to content

Commit

Permalink
try headless browser
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh committed Jun 23, 2024
1 parent 4f22737 commit e9bb421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
node-version: 20
- run: npm install
- run: npx browserslist@latest --update-db
- run: xvfb-run --server-args="-screen 0 1280x720x24" npx testcafe firefox */index.js --hostname localhost --retry-test-pages --skip-js-errors --selector-timeout 60000
- run: npx testcafe "firefox:headless" */index.js --hostname localhost --retry-test-pages --skip-js-errors --selector-timeout 60000
env:
CI: true
HOST: https://client.staging.perio.do
Expand Down

0 comments on commit e9bb421

Please sign in to comment.