Skip to content

Commit

Permalink
Pin tests to chrome 129
Browse files Browse the repository at this point in the history
Workaround an issue with testcafe + chrome 130+
  • Loading branch information
mhan83 committed Oct 18, 2024
1 parent ac83c24 commit 6161bc3
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/cloud/.sauce/config-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ suites:
- name: "Proxy - macOS13"
platformName: "macOS 13"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
timeout: 2m
src:
- "tests/sc/*.test.js"
speed: 1
- name: "Proxy - Win11"
platformName: "Windows 11"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
timeout: 2m
src:
- "tests/sc/*.test.js"
Expand Down
15 changes: 15 additions & 0 deletions tests/cloud/.sauce/config-sc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ suites:
- name: "Win10 - Chrome"
platformName: "Windows 10"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
src:
- "tests/**/*.test.js"
speed: 1
Expand All @@ -31,6 +34,9 @@ suites:
- name: "Win11 - Chrome"
platformName: "Windows 11"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
src:
- "tests/**/*.test.js"
speed: 1
Expand All @@ -44,6 +50,9 @@ suites:
- name: "macOS11 - Chrome"
platformName: "macOS 11.00"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
src:
- "tests/**/*.test.js"
speed: 1
Expand All @@ -63,6 +72,9 @@ suites:
- name: "macOS12 - Chrome"
platformName: "macOS 12"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
src:
- "tests/**/*.test.js"
speed: 1
Expand All @@ -82,6 +94,9 @@ suites:
- name: "macOS13 - Chrome"
platformName: "macOS 13"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
src:
- "tests/**/*.test.js"
speed: 1
Expand Down
15 changes: 15 additions & 0 deletions tests/cloud/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ suites:
- name: "Win10 - Chrome"
platformName: "Windows 10"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
src:
- "tests/no-sc/**/*.test.js"
speed: 1
Expand All @@ -31,6 +34,9 @@ suites:
- name: "Win11 - Chrome"
platformName: "Windows 11"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
src:
- "tests/no-sc/**/*.test.js"
speed: 1
Expand All @@ -44,6 +50,9 @@ suites:
- name: "macOS11 - Chrome"
platformName: "macOS 11.00"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
src:
- "tests/no-sc/**/*.test.js"
speed: 1
Expand All @@ -63,6 +72,9 @@ suites:
- name: "macOS12 - Chrome"
platformName: "macOS 12"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
src:
- "tests/no-sc/**/*.test.js"
speed: 1
Expand All @@ -82,6 +94,9 @@ suites:
- name: "macOS13 - Chrome"
platformName: "macOS 13"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
src:
- "tests/no-sc/**/*.test.js"
speed: 1
Expand Down
9 changes: 9 additions & 0 deletions tests/post-release/.sauce/config_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ suites:

- name: "test chrome on mac 11"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
platformName: "macOS 11.00"
src:
- "**/*.test.js"
Expand All @@ -50,6 +53,9 @@ suites:

- name: "test chrome on mac 12"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
platformName: "macOS 12"
src:
- "**/*.test.js"
Expand All @@ -74,6 +80,9 @@ suites:

- name: "test chrome on mac 13"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
platformName: "macOS 13"
src:
- "**/*.test.js"
Expand Down
6 changes: 6 additions & 0 deletions tests/post-release/.sauce/config_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ suites:
#########################
- name: "test chrome on windows 10"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
platformName: "Windows 10"
src:
- "**/*.test.js"
Expand All @@ -38,6 +41,9 @@ suites:

- name: "test chrome on windows 11"
browserName: "chrome"
# FIX: Pinning to 129 to workaround current issue using testcafe with
# chrome 130+.
browserVersion: "129"
platformName: "Windows 11"
src:
- "**/*.test.js"
Expand Down

0 comments on commit 6161bc3

Please sign in to comment.