Skip to content

Commit 89483af

Browse files
committed
specify os version in iOS
1 parent 44c15ac commit 89483af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ exports.config = {
1414
name: 'local_appium_test',
1515
build: 'webdriver-browserstack',
1616
device: 'iPhone 11 Pro',
17+
os_version: "13",
1718
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1819
'browserstack.local': true,
1920
'browserstack.debug': true

ios/run-multiple-test/multiple.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ exports.config = {
1212
name: 'multiple_appium_test',
1313
build: 'webdriver-browserstack',
1414
device: 'iPhone 11 Pro',
15+
os_version: "13",
1516
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1617
'browserstack.debug': true
1718
}],

0 commit comments

Comments
 (0)