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 a804f9a commit d5868f1Copy full SHA for d5868f1
spec/runner.rb
@@ -26,13 +26,13 @@
26
cap['browser_version'] = ENV['SELENIUM_VERSION'] if ENV['SELENIUM_VERSION']
27
28
cap['browserstack.tunnelIdentifier'] = ENV['TRAVIS_JOB_ID']
29
-cap['browserstack.tunnel'] = 'true'
30
-cap['browserstack.debug'] = 'false'
+cap['browserstack.tunnel'] = true
+cap['browserstack.debug'] = false
31
32
-cap['databaseEnabled'] = 'true'
33
-cap['browserConnectionEnabled'] = 'true'
34
-cap['locationContextEnabled'] = 'true'
35
-cap['webStorageEnabled'] = 'true'
+cap['databaseEnabled'] = true
+cap['browserConnectionEnabled'] = true
+cap['locationContextEnabled'] = true
+cap['webStorageEnabled'] = true
36
37
print 'Loading...'
38
0 commit comments