Skip to content

Commit 2cdeeb4

Browse files
committed
chore: try to modify configuration for iPhone Simulator
1 parent 38ca804 commit 2cdeeb4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

wct.conf.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,14 @@ 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+
deviceName: 'iPhone X Simulator',
45+
platformVersion: '14.0', // should be 9.x, but SauceLabs does not provide that
46+
platformName: 'iOS',
47+
appiumVersion: '1.18.3',
48+
deviceOrientation: 'portrait',
49+
},
4350
'macOS 11/safari@latest',
4451
'Windows 10/microsoftedge@latest',
4552
'Windows 10/internet explorer@11',

0 commit comments

Comments
 (0)