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 5a182e4 commit 1993c23Copy full SHA for 1993c23
ios/examples/run-local-test/local.conf.js
@@ -17,8 +17,8 @@ exports.config = {
17
18
capabilities: [{
19
platformName: "ios",
20
- "appium:platformVersion": "13",
21
- "appium:deviceName": 'iPhone 11 Pro',
+ "appium:platformVersion": "12",
+ "appium:deviceName": 'iPhone XS',
22
"appium:app": process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
23
'bstack:options' : {
24
"projectName" : "First Webdriverio iOS Project",
0 commit comments