Skip to content

Commit c4a246a

Browse files
authored
Add macOS13 testing (#199)
1 parent 1b44925 commit c4a246a

File tree

3 files changed

+46
-4
lines changed

3 files changed

+46
-4
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
needs: [build-windows-bundle, build-macos-bundle]
206206
strategy:
207207
matrix:
208-
os: [Win10, Win11, macOS12]
208+
os: [Win10, Win11, macOS12, macOS13]
209209
browser: [Chromium, Firefox, Webkit]
210210
fail-fast: false
211211

@@ -240,7 +240,7 @@ jobs:
240240
needs: [build-windows-bundle, build-macos-bundle]
241241
strategy:
242242
matrix:
243-
os: [Win10, Win11, macOS12]
243+
os: [Win10, Win11, macOS12, macOS13]
244244
browser: [Chromium, Firefox, Webkit]
245245
exclude:
246246
- os: Win10

tests/fixtures/cloud/.sauce/config-sc.yml

+22-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ suites:
6363
- "tests/.*.test.js"
6464

6565
## macOS12 tests
66-
6766
- name: "macOS12 - Chromium"
6867
platformName: "macOS 12"
6968
params:
@@ -85,6 +84,28 @@ suites:
8584
testMatch:
8685
- "tests/.*.test.js"
8786

87+
## macOS13 tests
88+
- name: "macOS13 - Chromium"
89+
platformName: "macOS 13"
90+
params:
91+
browserName: "chromium"
92+
testMatch:
93+
- "tests/.*.test.js"
94+
95+
- name: "macOS13 - Firefox"
96+
platformName: "macOS 13"
97+
params:
98+
browserName: "firefox"
99+
testMatch:
100+
- "tests/.*.test.js"
101+
102+
- name: "macOS13 - Webkit"
103+
platformName: "macOS 13"
104+
params:
105+
browserName: "webkit"
106+
testMatch:
107+
- "tests/.*.test.js"
108+
88109
notifications:
89110
slack:
90111
channels: ["devx-slack-notifications"]

tests/fixtures/cloud/.sauce/config.yml

+22-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ suites:
6161
- "tests/no-sc/.*.test.js"
6262

6363
## macOS12 tests
64-
6564
- name: "macOS12 - Chromium"
6665
platformName: "macOS 12"
6766
params:
@@ -83,6 +82,28 @@ suites:
8382
testMatch:
8483
- "tests/no-sc/.*.test.js"
8584

85+
## macOS13 tests
86+
- name: "macOS13 - Chromium"
87+
platformName: "macOS 13"
88+
params:
89+
browserName: "chromium"
90+
testMatch:
91+
- "tests/no-sc/.*.test.js"
92+
93+
- name: "macOS13 - Firefox"
94+
platformName: "macOS 13"
95+
params:
96+
browserName: "firefox"
97+
testMatch:
98+
- "tests/no-sc/.*.test.js"
99+
100+
- name: "macOS13 - Webkit"
101+
platformName: "macOS 13"
102+
params:
103+
browserName: "webkit"
104+
testMatch:
105+
- "tests/no-sc/.*.test.js"
106+
86107
notifications:
87108
slack:
88109
channels: ["devx-slack-notifications"]

0 commit comments

Comments
 (0)