We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a767c commit f860cc1Copy full SHA for f860cc1
test/browser-providers.js
@@ -5,7 +5,7 @@
5
* - `saucelabs`: Launches the browser within Saucelabs
6
*/
7
const browserConfig = {
8
- 'iOS15': {unitTest: {target: 'saucelabs'}},
+ 'iOS18': {unitTest: {target: 'saucelabs'}},
9
'Safari16': {unitTest: {target: 'browserstack'}},
10
};
11
test/karma-browsers.json
@@ -1,12 +1,12 @@
1
{
2
- "SAUCELABS_IOS15": {
+ "SAUCELABS_IOS18": {
3
"base": "SauceLabs",
4
"appiumVersion": "1.22.0",
"deviceOrientation": "portrait",
"browserName": "Safari",
- "platformVersion": "15.0",
+ "platformVersion": "18.0",
"platformName": "iOS",
- "deviceName": "iPhone 13 Pro Max Simulator"
+ "deviceName": "iPhone 15 Pro Max Simulator"
},
"BROWSERSTACK_SAFARI16": {
12
"base": "BrowserStack",
0 commit comments