Skip to content

Commit 2628fee

Browse files
author
Tejas Shah
authored
Merge pull request #5 from browserstack/aa_fix
add platformName cap - diff driver.methods
2 parents 34e1dd0 + 33740f2 commit 2628fee

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

android/local_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
caps['build'] = 'Ruby Appium Sample'
1111
caps['name'] = 'local_test'
1212
caps['device'] = 'Google Pixel'
13+
caps['platformName'] = 'android'
1314
caps['browserstack.local'] = true
1415
caps['browserstack.debug'] = true
1516
caps['app'] = 'bs://<hashed app-id>'

android/single_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
caps['build'] = 'Ruby Appium Sample'
1010
caps['name'] = 'single_test'
1111
caps['device'] = 'Google Pixel'
12+
caps['platformName'] = 'android'
1213
caps['browserstack.debug'] = true
1314
caps['app'] = 'bs://<hashed app-id>'
1415

ios/local_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
caps['build'] = 'Ruby Appium Sample'
1111
caps['name'] = 'local_test'
1212
caps['device'] = 'iPhone 7 Plus'
13+
caps['platformName'] = 'iOS'
1314
caps['browserstack.local'] = true
1415
caps['browserstack.debug'] = true
1516
caps['app'] = 'bs://<hashed app-id>'

ios/single_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
caps['build'] = 'Ruby Appium Sample'
1010
caps['name'] = 'single_test'
1111
caps['device'] = 'iPhone 7 Plus'
12+
caps['platformName'] = 'iOS'
1213
caps['browserstack.debug'] = true
1314
caps['app'] = 'bs://<hashed app-id>'
1415

0 commit comments

Comments
 (0)