Skip to content

Commit 8030dc8

Browse files
committed
chore: try using Appium 2 configuration
1 parent 38ca804 commit 8030dc8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

wct.conf.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,16 @@ module.exports = {
3939
platformVersion: '11.0',
4040
browserName: 'Chrome',
4141
},
42-
'iOS Simulator/[email protected]', // should be 9.x, but SauceLabs does not provide that
42+
{
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+
},
4352
'macOS 11/safari@latest',
4453
'Windows 10/microsoftedge@latest',
4554
'Windows 10/internet explorer@11',

0 commit comments

Comments
 (0)