Skip to content

Commit

Permalink
fix: pin test cafe to 3.3.0 (#359)
Browse files Browse the repository at this point in the history
- we've had some problems getting acceptance tests to pass in the release workflow since test cafe 3.4.0 was released 3 weeks ago
- the last release used version 3.3.0 and was successful
- so this pins to that version
  • Loading branch information
jaredgalanis authored Dec 1, 2023
1 parent 7c1090f commit 8b66a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/acceptance-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ runs:
- name: Run acceptance tests
uses: DevExpress/testcafe-action@latest
with:
version: "3.3.0"
args: "'chrome --ignore-certificate-errors --allow-insecure-localhost' --hostname localhost ./pass-acceptance-testing/tests/*Tests.js --selector-timeout ${{ inputs.timeouts}} --assertion-timeout ${{ inputs.timeouts}} --ajax-request-timeout ${{ inputs.timeouts}}"

- name: Stop pass-docker
Expand Down

0 comments on commit 8b66a15

Please sign in to comment.