Skip to content

Commit

Permalink
if we ignore ie11 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 25, 2024
1 parent 92a0ecd commit 07d51eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testcafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ jobs:
include:
- browser: 'chrome:headless'
name: Chrome
cli: ''
- browser: 'firefox:headless'
name: Firefox
cli: ''
- browser: 'browserstack:ie'
name: IE11
cli: '--skip-js-errors'
- browser: 'browserstack:safari'
name: Safari
cli: ''

steps:
- uses: actions/checkout@v4
Expand All @@ -58,7 +62,7 @@ jobs:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
RUN_ID: ${{ github.run_id }}
BROWSER: ${{ matrix.browser }}
run: pnpm testcafe ${{ matrix.browser }} --stop-on-first-fail
run: pnpm testcafe ${{ matrix.browser }} --stop-on-first-fail ${{ matrix.cli }}

- name: Check ${{ matrix.name }} events
run: pnpm check-testcafe-results

0 comments on commit 07d51eb

Please sign in to comment.