Skip to content

Commit 09f5911

Browse files
committed
test: added three more browsers to test setup (OSX, mobile)
1 parent 5b16e0b commit 09f5911

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

test/karma.custom-launchers.config.js

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ const customLaunchers = {
99
browser: 'safari',
1010
os_version: 'Tahoe',
1111
},
12+
bs_sequoia_safari_latest: {
13+
base: 'BrowserStack',
14+
device: null,
15+
os: 'OS X',
16+
browser: 'safari',
17+
browser_version: 'latest',
18+
os_version: 'Sequoia',
19+
},
1220
bs_win11_edge_latest_minus_3: {
1321
base: 'BrowserStack',
1422
device: null,
@@ -105,6 +113,20 @@ const customLaunchers = {
105113
browser: 'chrome',
106114
os_version: '11',
107115
},
116+
bs_iphone_16_safari: {
117+
base: 'BrowserStack',
118+
device: 'iPhone 16',
119+
real_mobile: true,
120+
browser: 'safari',
121+
os_version: '18',
122+
},
123+
bs_s23_chrome: {
124+
base: 'BrowserStack',
125+
device: 'Samsung Galaxy S23 Ultra',
126+
real_mobile: true,
127+
browser: 'chrome',
128+
os_version: '13.0',
129+
},
108130
};
109131

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

0 commit comments

Comments
 (0)