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

Sauce Connect - Quiet and Timeouty. #340

Closed DylanLacey closed 9 years ago

DylanLacey commented 9 years ago

Allowed for the @quiet parameter to be passed to Sauce Connect.

Allowed for the timeout before Sauce Connect freaks out to be set as part of the Sauce Config.

Changed the code when waiting for a tunnel started by ||tests. Tests now wait for Sauce::Utilities::Connect::TIMEOUT and will raise Sauce::Utilities::Connect::TunnelNeverStarted exceptions unless, uh, the tunnel starts.

Closes #316