Skip to content

Commit 0aedfdc

Browse files
committed
ci: update remote browsers in saucelabs and browserstack
Updates the remote browsers in SL and BS. We also updated Chromium and Firefox recently through `dev-infra`.
1 parent feaf50b commit 0aedfdc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/browser-providers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* - `saucelabs`: Launches the browser within Saucelabs
66
*/
77
const browserConfig = {
8-
'iOS14': {unitTest: {target: 'saucelabs'}},
9-
'Safari13': {unitTest: {target: 'browserstack'}},
8+
'iOS15': {unitTest: {target: 'saucelabs'}},
9+
'Safari15': {unitTest: {target: 'browserstack'}},
1010
};
1111

1212
/** Exports all available custom Karma browsers. */

test/karma-browsers.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"SAUCELABS_IOS14": {
33
"base": "SauceLabs",
4-
"appiumVersion": "1.20.1",
4+
"appiumVersion": "1.22.0",
55
"deviceOrientation": "portrait",
66
"browserName": "Safari",
7-
"platformVersion": "14.3",
7+
"platformVersion": "15.0",
88
"platformName": "iOS",
9-
"deviceName": "iPhone 12 Pro Simulator"
9+
"deviceName": "iPhone 13 Pro Max Simulator"
1010
},
11-
"BROWSERSTACK_SAFARI13": {
11+
"BROWSERSTACK_SAFARI15": {
1212
"base": "BrowserStack",
1313
"browser": "Safari",
14-
"browser_version": "13.1",
14+
"browser_version": "15.0",
1515
"os": "OS X",
16-
"os_version": "Catalina"
16+
"os_version": "Monterey"
1717
}
1818
}

0 commit comments

Comments
 (0)