File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1414caps = CONFIG [ 'common_caps' ] . merge ( CONFIG [ 'browser_caps' ] [ TASK_ID ] )
1515$bs_local = nil
1616
17+ if ENV [ 'BROWSERSTACK_APP_ID' ]
18+ caps [ 'app' ] = ENV [ 'BROWSERSTACK_APP_ID' ]
19+ end
20+
1721if caps [ 'browserstack.local' ] && caps [ 'browserstack.local' ] . to_s == 'true'
1822 $bs_local = BrowserStack ::Local . new
1923 bs_local_args = { "key" => "#{ CONFIG [ 'key' ] } " }
Original file line number Diff line number Diff line change 1414caps = CONFIG [ 'common_caps' ] . merge ( CONFIG [ 'browser_caps' ] [ TASK_ID ] )
1515$bs_local = nil
1616
17+ if ENV [ 'BROWSERSTACK_APP_ID' ]
18+ caps [ 'app' ] = ENV [ 'BROWSERSTACK_APP_ID' ]
19+ end
20+
1721if caps [ 'browserstack.local' ] && caps [ 'browserstack.local' ] . to_s == 'true'
1822 $bs_local = BrowserStack ::Local . new
1923 bs_local_args = { "key" => "#{ CONFIG [ 'key' ] } " }
You can’t perform that action at this time.
0 commit comments