Skip to content

Commit

Permalink
chore: Bump TestCafe version (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 authored Nov 14, 2024
1 parent 0586a89 commit 5a3d180
Show file tree
Hide file tree
Showing 6 changed files with 500 additions and 144 deletions.
4 changes: 1 addition & 3 deletions .sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ sauce:
- other tag
build: Release $CI_COMMIT_SHORT_SHA
testcafe:
version: 3.6.2
version: 3.7.0
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
rootDir: ./
suites:
- name: "Chrome on macOS"
browserName: "chrome"
# Temporarily use Chrome 129. This will be removed once TestCafe resolves the issue with Chrome 130 availability.
browserVersion: "129"
src:
- "tests/*.test.js" # test files glob
platformName: "macOS 12"
Expand Down
2 changes: 1 addition & 1 deletion examples/browser_profile/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sauce:
- e2e-example
build: $CI_COMMIT_SHORT_SHA
testcafe:
version: 3.6.2
version: 3.7.0
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
rootDir: ./
suites:
Expand Down
2 changes: 1 addition & 1 deletion examples/react/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sauce:
- release team
- other tag
testcafe:
version: 3.6.2
version: 3.7.0
configFile: .testcaferc.js
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
rootDir: ./
Expand Down
Loading

0 comments on commit 5a3d180

Please sign in to comment.