Skip to content

Commit f5130cc

Browse files
authored
Merge pull request #10 from nitish-bhardwaj-code/update_build_name
Updated build names as per QIG
2 parents b6ba8f2 + 6c39919 commit f5130cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/browserstack_sample.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Set other BrowserStack capabilities
1818
caps['project'] = 'First Ruby project'
19-
caps['build'] = 'Ruby Android'
19+
caps['build'] = 'browserstack-build-1'
2020
caps['name'] = 'single_test'
2121

2222
#Set the platform name

android/browserstack_sample_local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# Set other BrowserStack capabilities
2525
caps['project'] = 'First Ruby project'
26-
caps['build'] = 'Ruby Android Local'
26+
caps['build'] = 'browserstack-build-1'
2727
caps['name'] = 'local_test'
2828
caps['platformName'] = 'android'
2929
caps['browserstack.debug'] = true

ios/browserstack_sample.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Set other BrowserStack capabilities
1818
caps['project'] = 'First Ruby project'
19-
caps['build'] = 'Ruby iOS'
19+
caps['build'] = 'browserstack-build-1'
2020
caps['name'] = 'single_test'
2121

2222
#Set the platform name

ios/browserstack_sample_local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Set other BrowserStack capabilities
2626
caps['project'] = 'First Ruby project'
27-
caps['build'] = 'Ruby iOS Local'
27+
caps['build'] = 'browserstack-build-1'
2828
caps['name'] = 'local_test'
2929
caps['platformName'] = 'iOS'
3030
caps['browserstack.debug'] = true

0 commit comments

Comments
 (0)