We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac74e5 commit 8f08b7fCopy full SHA for 8f08b7f
android/features/support/env.rb
@@ -15,7 +15,7 @@
15
$bs_local = nil
16
17
if ENV['BROWSERSTACK_APP_ID']
18
- caps['app']=ENV['BROWSERSTACK_APP_ID']
+ caps['app'] = ENV['BROWSERSTACK_APP_ID']
19
end
20
21
if caps['browserstack.local'] && caps['browserstack.local'].to_s == 'true'
ios/features/support/env.rb
0 commit comments