Skip to content

Commit

Permalink
try chrome args
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx committed Oct 24, 2024
1 parent f2a63ed commit d82b669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:

- name: Run TestCafe Tests
run: |
npx testcafe "chrome:headless" web-app/tests/subpath-nginx/ --skip-js-errors --selector-timeout 10000 --assertion-timeout 10000 -c 3 --debug-on-fail
npx testcafe "chrome:headless --disable-search-engine-choice-screen" web-app/tests/subpath-nginx/ --skip-js-errors --selector-timeout 10000 --assertion-timeout 10000 -c 3 --debug-on-fail
- name: Clean up docker
if: always()
run: |
Expand Down

0 comments on commit d82b669

Please sign in to comment.