File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
# Set other BrowserStack capabilities
18
18
caps [ 'project' ] = 'First Ruby project'
19
- caps [ 'build' ] = 'Ruby Android '
19
+ caps [ 'build' ] = 'browserstack-build-1 '
20
20
caps [ 'name' ] = 'single_test'
21
21
22
22
#Set the platform name
Original file line number Diff line number Diff line change 23
23
24
24
# Set other BrowserStack capabilities
25
25
caps [ 'project' ] = 'First Ruby project'
26
- caps [ 'build' ] = 'Ruby Android Local '
26
+ caps [ 'build' ] = 'browserstack-build-1 '
27
27
caps [ 'name' ] = 'local_test'
28
28
caps [ 'platformName' ] = 'android'
29
29
caps [ 'browserstack.debug' ] = true
Original file line number Diff line number Diff line change 16
16
17
17
# Set other BrowserStack capabilities
18
18
caps [ 'project' ] = 'First Ruby project'
19
- caps [ 'build' ] = 'Ruby iOS '
19
+ caps [ 'build' ] = 'browserstack-build-1 '
20
20
caps [ 'name' ] = 'single_test'
21
21
22
22
#Set the platform name
Original file line number Diff line number Diff line change 24
24
25
25
# Set other BrowserStack capabilities
26
26
caps [ 'project' ] = 'First Ruby project'
27
- caps [ 'build' ] = 'Ruby iOS Local '
27
+ caps [ 'build' ] = 'browserstack-build-1 '
28
28
caps [ 'name' ] = 'local_test'
29
29
caps [ 'platformName' ] = 'iOS'
30
30
caps [ 'browserstack.debug' ] = true
You can’t perform that action at this time.
0 commit comments