Skip to content

Commit 6c39919

Browse files
Updated build names as per QIG
1 parent b6ba8f2 commit 6c39919

4 files changed

+4
-4
lines changed

android/browserstack_sample.rb

+1-1
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

+1-1
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

+1-1
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

+1-1
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)