File tree 3 files changed +46
-4
lines changed
tests/fixtures/cloud/.sauce
3 files changed +46
-4
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205
205
needs : [build-windows-bundle, build-macos-bundle]
206
206
strategy :
207
207
matrix :
208
- os : [Win10, Win11, macOS12]
208
+ os : [Win10, Win11, macOS12, macOS13 ]
209
209
browser : [Chromium, Firefox, Webkit]
210
210
fail-fast : false
211
211
@@ -240,7 +240,7 @@ jobs:
240
240
needs : [build-windows-bundle, build-macos-bundle]
241
241
strategy :
242
242
matrix :
243
- os : [Win10, Win11, macOS12]
243
+ os : [Win10, Win11, macOS12, macOS13 ]
244
244
browser : [Chromium, Firefox, Webkit]
245
245
exclude :
246
246
- os : Win10
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ suites:
63
63
- " tests/.*.test.js"
64
64
65
65
# # macOS12 tests
66
-
67
66
- name : " macOS12 - Chromium"
68
67
platformName : " macOS 12"
69
68
params :
@@ -85,6 +84,28 @@ suites:
85
84
testMatch :
86
85
- " tests/.*.test.js"
87
86
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
+
88
109
notifications :
89
110
slack :
90
111
channels : ["devx-slack-notifications"]
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ suites:
61
61
- " tests/no-sc/.*.test.js"
62
62
63
63
# # macOS12 tests
64
-
65
64
- name : " macOS12 - Chromium"
66
65
platformName : " macOS 12"
67
66
params :
@@ -83,6 +82,28 @@ suites:
83
82
testMatch :
84
83
- " tests/no-sc/.*.test.js"
85
84
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
+
86
107
notifications :
87
108
slack :
88
109
channels : ["devx-slack-notifications"]
You can’t perform that action at this time.
0 commit comments