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

Log output on Sauce running #215

Open olgascottjournl opened 10 years ago

olgascottjournl commented 10 years ago

When I'm starting sauce tests using command rake sauce:spec I see all of the logs of it running, which messes up the codeship integration. Is it possible to make it run like RSpec for example, without logs, just ".....F.F..." with error messages at the end? Thank you.

DylanLacey commented 10 years ago

Yes, that's an excellent point. I'm hoping to get to this very soon.

taernim commented 10 years ago

+1

An option to turn the logs on when desired would be nice, as well.