File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1010caps [ 'build' ] = 'Ruby Appium Sample'
1111caps [ 'name' ] = 'local_test'
1212caps [ 'device' ] = 'Google Pixel'
13+ caps [ 'platformName' ] = 'android'
1314caps [ 'browserstack.local' ] = true
1415caps [ 'browserstack.debug' ] = true
1516caps [ 'app' ] = 'bs://<hashed app-id>'
Original file line number Diff line number Diff line change 99caps [ 'build' ] = 'Ruby Appium Sample'
1010caps [ 'name' ] = 'single_test'
1111caps [ 'device' ] = 'Google Pixel'
12+ caps [ 'platformName' ] = 'android'
1213caps [ 'browserstack.debug' ] = true
1314caps [ 'app' ] = 'bs://<hashed app-id>'
1415
Original file line number Diff line number Diff line change 1010caps [ 'build' ] = 'Ruby Appium Sample'
1111caps [ 'name' ] = 'local_test'
1212caps [ 'device' ] = 'iPhone 7 Plus'
13+ caps [ 'platformName' ] = 'iOS'
1314caps [ 'browserstack.local' ] = true
1415caps [ 'browserstack.debug' ] = true
1516caps [ 'app' ] = 'bs://<hashed app-id>'
Original file line number Diff line number Diff line change 99caps [ 'build' ] = 'Ruby Appium Sample'
1010caps [ 'name' ] = 'single_test'
1111caps [ 'device' ] = 'iPhone 7 Plus'
12+ caps [ 'platformName' ] = 'iOS'
1213caps [ 'browserstack.debug' ] = true
1314caps [ 'app' ] = 'bs://<hashed app-id>'
1415
You can’t perform that action at this time.
0 commit comments