Skip to content

Commit 9709732

Browse files
committed
build: run unit tests against newer version of iOS
Updates the unit tests to run against iOS 18 in an attempt to make them more stable.
1 parent f0a767c commit 9709732

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/browser-providers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* - `saucelabs`: Launches the browser within Saucelabs
66
*/
77
const browserConfig = {
8-
'iOS15': {unitTest: {target: 'saucelabs'}},
8+
'iOS18': {unitTest: {target: 'saucelabs'}},
99
'Safari16': {unitTest: {target: 'browserstack'}},
1010
};
1111

test/karma-browsers.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"SAUCELABS_IOS15": {
2+
"SAUCELABS_IOS18": {
33
"base": "SauceLabs",
4-
"appiumVersion": "1.22.0",
4+
"appiumVersion": "2.4.1",
55
"deviceOrientation": "portrait",
66
"browserName": "Safari",
7-
"platformVersion": "15.0",
7+
"platformVersion": "18.0",
88
"platformName": "iOS",
9-
"deviceName": "iPhone 13 Pro Max Simulator"
9+
"deviceName": "iPhone 15 Pro Max Simulator"
1010
},
1111
"BROWSERSTACK_SAFARI16": {
1212
"base": "BrowserStack",

0 commit comments

Comments
 (0)