Hopefully found the final fix for the Travis/Browserstack local tunnel issues

This commit is contained in:
Jack Walker
2020-04-22 14:09:32 +10:00
parent 746ef4b40a
commit 4d8395eaff
2 changed files with 12 additions and 8 deletions

View File

@@ -79,6 +79,7 @@ RSpec.configure do |config|
bs_local_args = { "key" => CONFIG['key'], "forcelocal" => true }
@bs_local.start(bs_local_args)
@caps["browserstack.local"] = true
@caps['browserstack.localIdentifier'] = ENV['BROWSERSTACK_LOCAL_IDENTIFIER']
end
@driver = Selenium::WebDriver.for(:remote,