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 44c15ac commit 89483afCopy full SHA for 89483af
ios/run-local-test/local.conf.js
@@ -14,6 +14,7 @@ exports.config = {
14
name: 'local_appium_test',
15
build: 'webdriver-browserstack',
16
device: 'iPhone 11 Pro',
17
+ os_version: "13",
18
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
19
'browserstack.local': true,
20
'browserstack.debug': true
ios/run-multiple-test/multiple.conf.js
@@ -12,6 +12,7 @@ exports.config = {
12
name: 'multiple_appium_test',
13
}],
0 commit comments