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 167fabaCopy full SHA for 167faba
wct.conf.js
@@ -39,7 +39,14 @@ module.exports = {
39
platformVersion: '11.0',
40
browserName: 'Chrome',
41
},
42
- 'iOS Simulator/iphone@12.2', // should be 9.x, but SauceLabs does not provide that
+ {
43
+ browserName: 'Safari',
44
+ deviceName: 'iPhone X Simulator',
45
+ platformVersion: '13.0', // should be 9.x, but SauceLabs does not provide that
46
+ platformName: 'iOS',
47
+ appiumVersion: '1.18.3',
48
+ deviceOrientation: 'portrait',
49
+ },
50
'macOS 11/safari@latest',
51
'Windows 10/microsoftedge@latest',
52
'Windows 10/internet explorer@11',
0 commit comments