Skip to content

Commit

Permalink
spec/runner: make sure everything is enabled in the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Feb 4, 2014
1 parent 1e07e0f commit 91bdcf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/runner.rb
Expand Up @@ -29,6 +29,11 @@
cap['browserstack.tunnel'] = 'true'
cap['browserstack.debug'] = 'false'

cap['databaseEnabled'] = true
cap['browserConnectionEnabled'] = true
cap['locationContextEnabled'] = true
cap['webStorageEnabled'] = true

print 'Loading...'

# wait until there's a spot in the parallel jobs
Expand Down

0 comments on commit 91bdcf9

Please sign in to comment.