Skip to content

Commit

Permalink
Update testcafe to 3.7.0 to fix chrome issue. (#1212)
Browse files Browse the repository at this point in the history
* Disable chrome until saucelabs supports testcafe 3.7.0.

* Update testcafe to 3.7.0 to fix chrome issue.
  • Loading branch information
shammowla authored Nov 6, 2024
1 parent a230ed7 commit e3b8c35
Showing 3 changed files with 47 additions and 156 deletions.
28 changes: 14 additions & 14 deletions .sauce/dev.yml
Original file line number Diff line number Diff line change
@@ -48,17 +48,17 @@ suites:
- "test/functional/specs/**/*.js"
platformName: "Windows 11"
excludedTestFiles: ["test/functional/specs/Consent/C5594870.js"]
- name: "Chrome"
browserName: "chrome"
headless: true
browserVersion: "latest"
src:
- "test/functional/specs/**/*.js"
platformName: "Windows 11"
excludedTestFiles:
[
"test/functional/specs/Consent/C5594870.js",
"test/functional/specs/Personalization/C7494472.js",
"test/functional/specs/Personalization/C8631576.js",
"test/functional/specs/Personalization/C8631577.js",
]
# - name: "Chrome"
# browserName: "chrome"
# headless: true
# browserVersion: "latest"
# src:
# - "test/functional/specs/**/*.js"
# platformName: "Windows 11"
# excludedTestFiles:
# [
# "test/functional/specs/Consent/C5594870.js",
# "test/functional/specs/Personalization/C7494472.js",
# "test/functional/specs/Personalization/C8631576.js",
# "test/functional/specs/Personalization/C8631577.js",
# ]
173 changes: 32 additions & 141 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@
"semver": "^7.6.3",
"staged-git-files": "^1.3.0",
"start-server-and-test": "^2.0.8",
"testcafe": "^3.6.2",
"testcafe": "^3.7.0",
"testcafe-browser-provider-saucelabs": "^3.0.0",
"testcafe-reporter-junit": "^3.0.2",
"testcafe-reporter-saucelabs": "^3.5.1",

0 comments on commit e3b8c35

Please sign in to comment.