File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717# Set other BrowserStack capabilities
1818caps [ 'project' ] = 'First Ruby project'
19- caps [ 'build' ] = 'Ruby Android '
19+ caps [ 'build' ] = 'browserstack-build-1 '
2020caps [ 'name' ] = 'single_test'
2121
2222#Set the platform name
Original file line number Diff line number Diff line change 2323
2424# Set other BrowserStack capabilities
2525caps [ 'project' ] = 'First Ruby project'
26- caps [ 'build' ] = 'Ruby Android Local '
26+ caps [ 'build' ] = 'browserstack-build-1 '
2727caps [ 'name' ] = 'local_test'
2828caps [ 'platformName' ] = 'android'
2929caps [ 'browserstack.debug' ] = true
Original file line number Diff line number Diff line change 1616
1717# Set other BrowserStack capabilities
1818caps [ 'project' ] = 'First Ruby project'
19- caps [ 'build' ] = 'Ruby iOS '
19+ caps [ 'build' ] = 'browserstack-build-1 '
2020caps [ 'name' ] = 'single_test'
2121
2222#Set the platform name
Original file line number Diff line number Diff line change 2424
2525# Set other BrowserStack capabilities
2626caps [ 'project' ] = 'First Ruby project'
27- caps [ 'build' ] = 'Ruby iOS Local '
27+ caps [ 'build' ] = 'browserstack-build-1 '
2828caps [ 'name' ] = 'local_test'
2929caps [ 'platformName' ] = 'iOS'
3030caps [ 'browserstack.debug' ] = true
You can’t perform that action at this time.
0 commit comments