Skip to content

Commit f65a084

Browse files
committed
test: Added more modern browsers to the Karma launchers list
1 parent 620b18b commit f65a084

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

test/karma.custom-launchers.config.js

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ const customLaunchers = {
6666
browser: 'safari',
6767
os_version: 'Sonoma',
6868
},
69+
bs_sequoia_safari_18: {
70+
base: 'BrowserStack',
71+
device: null,
72+
os: 'OS X',
73+
browser_version: '18.2',
74+
browser: 'safari',
75+
os_version: 'Sequoia',
76+
},
6977
bs_win10_edge_84: {
7078
base: 'BrowserStack',
7179
device: null,
@@ -114,22 +122,30 @@ const customLaunchers = {
114122
browser: 'firefox',
115123
os_version: '10',
116124
},
117-
bs_win10_firefox_120: {
125+
bs_win11_firefox_120: {
118126
base: 'BrowserStack',
119127
device: null,
120128
os: 'Windows',
121129
browser_version: '120.0',
122130
browser: 'firefox',
123131
os_version: '11',
124132
},
125-
bs_win10_firefox_125: {
133+
bs_win11_firefox_125: {
126134
base: 'BrowserStack',
127135
device: null,
128136
os: 'Windows',
129137
browser_version: '125.0',
130138
browser: 'firefox',
131139
os_version: '11',
132140
},
141+
bs_win11_firefox_134: {
142+
base: 'BrowserStack',
143+
device: null,
144+
os: 'Windows',
145+
browser_version: '134.0',
146+
browser: 'firefox',
147+
os_version: '11',
148+
},
133149
bs_win10_chrome_60: {
134150
base: 'BrowserStack',
135151
device: null,
@@ -178,22 +194,30 @@ const customLaunchers = {
178194
browser: 'chrome',
179195
os_version: '10',
180196
},
181-
bs_win10_chrome_120: {
197+
bs_win11_chrome_120: {
182198
base: 'BrowserStack',
183199
device: null,
184200
os: 'Windows',
185201
browser_version: '120.0',
186202
browser: 'chrome',
187203
os_version: '11',
188204
},
189-
bs_win10_chrome_124: {
205+
bs_win11_chrome_124: {
190206
base: 'BrowserStack',
191207
device: null,
192208
os: 'Windows',
193209
browser_version: '124.0',
194210
browser: 'chrome',
195211
os_version: '11',
196212
},
213+
bs_win11_chrome_133: {
214+
base: 'BrowserStack',
215+
device: null,
216+
os: 'Windows',
217+
browser_version: '133.0',
218+
browser: 'chrome',
219+
os_version: '11',
220+
},
197221
};
198222

199223
const getAllBrowsers = () => Object.keys(customLaunchers);

0 commit comments

Comments
 (0)