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 38ca804 commit 8030dc8Copy full SHA for 8030dc8
wct.conf.js
@@ -39,7 +39,16 @@ module.exports = {
39
platformVersion: '11.0',
40
browserName: 'Chrome',
41
},
42
- 'iOS Simulator/[email protected]', // should be 9.x, but SauceLabs does not provide that
+ {
43
+ browserName: 'safari',
44
+ platformName: 'ios',
45
+ 'appium:platformVersion': '15.4',
46
+ 'appium:deviceName': 'iPhone 13 Simulator',
47
+ 'appium:automationName': 'xcuitest',
48
+ 'sauce:options': {
49
+ appiumVersion: 'stable'
50
+ }
51
+ },
52
'macOS 11/safari@latest',
53
'Windows 10/microsoftedge@latest',
54
'Windows 10/internet explorer@11',
0 commit comments