Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/browserstack_sample.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Set other BrowserStack capabilities
caps['project'] = 'First Ruby project'
caps['build'] = 'Ruby Android'
caps['build'] = 'browserstack-build-1'
caps['name'] = 'single_test'

#Set the platform name
Expand Down
2 changes: 1 addition & 1 deletion android/browserstack_sample_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# Set other BrowserStack capabilities
caps['project'] = 'First Ruby project'
caps['build'] = 'Ruby Android Local'
caps['build'] = 'browserstack-build-1'
caps['name'] = 'local_test'
caps['platformName'] = 'android'
caps['browserstack.debug'] = true
Expand Down
2 changes: 1 addition & 1 deletion ios/browserstack_sample.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Set other BrowserStack capabilities
caps['project'] = 'First Ruby project'
caps['build'] = 'Ruby iOS'
caps['build'] = 'browserstack-build-1'
caps['name'] = 'single_test'

#Set the platform name
Expand Down
2 changes: 1 addition & 1 deletion ios/browserstack_sample_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Set other BrowserStack capabilities
caps['project'] = 'First Ruby project'
caps['build'] = 'Ruby iOS Local'
caps['build'] = 'browserstack-build-1'
caps['name'] = 'local_test'
caps['platformName'] = 'iOS'
caps['browserstack.debug'] = true
Expand Down