Skip to content

Commit 1993c23

Browse files
Use device configuration which supports sample ios app
1 parent 5a182e4 commit 1993c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/examples/run-local-test/local.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ exports.config = {
1717

1818
capabilities: [{
1919
platformName: "ios",
20-
"appium:platformVersion": "13",
21-
"appium:deviceName": 'iPhone 11 Pro',
20+
"appium:platformVersion": "12",
21+
"appium:deviceName": 'iPhone XS',
2222
"appium:app": process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
2323
'bstack:options' : {
2424
"projectName" : "First Webdriverio iOS Project",

0 commit comments

Comments
 (0)