sauce-archives / sauce_ruby

This is the Ruby client adapter for testing with Sauce Labs, a Selenium-based browser testing service (saucelabs.com).
Apache License 2.0
98 stars 115 forks source link

require "sauce/capybara" in sauce_helper.rb hangs on circleci #327

Open LorienHW opened 9 years ago

LorienHW commented 9 years ago

My sauce tests work fine on my mac, but not on circleci. I've tracked the problem down to the require in sauce_helper.rb - it just hangs at that point and won't go further.

Sauce 3.5.6, sauce-connect 3.5.2

DylanLacey commented 9 years ago

So, the point at which the sauce_helper.rb file is required, or a require in sauce_helper?