From e957d7779db2cd24ec25bfcadcfa0b070a9a7237 Mon Sep 17 00:00:00 2001 From: Jack Walker Date: Wed, 22 Apr 2020 14:33:26 +1000 Subject: [PATCH] Debugging travis --- local.log | 8 ++++++++ spec/spec_helper.rb | 2 ++ 2 files changed, 10 insertions(+) diff --git a/local.log b/local.log index ef3c137ab..57505930c 100644 --- a/local.log +++ b/local.log @@ -1974,3 +1974,11 @@ You can now access your local server(s) in our remote browser. Press Ctrl-C to exit + +BrowserStackLocal v7.6 + +You can now access your local server(s) in our remote browser. + +Press Ctrl-C to exit + + diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index b8a629592..16b3fa9ff 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -16,6 +16,7 @@ require 'rest-client' require 'yaml' require 'selenium-webdriver' require 'browserstack/local' +require 'byebug' # Require supports Dir['spec/support/*.rb'].each do |f| @@ -82,6 +83,7 @@ RSpec.configure do |config| @caps['browserstack.localIdentifier'] = ENV['BROWSERSTACK_LOCAL_IDENTIFIER'] end + puts @caps['browserstack.localIdentifier'] @driver = Selenium::WebDriver.for(:remote, :url => "http://#{CONFIG['user']}:#{CONFIG['key']}@#{CONFIG['server']}/wd/hub", :desired_capabilities => @caps)