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

Support RSpec 3 for formatting #298

Open DylanLacey opened 9 years ago

DylanLacey commented 9 years ago

In https://github.com/saucelabs/sauce_ruby/pull/297 we disabled the ability to print Sauce job links in RSpec 3 because it was busted. Add it back in.

anthonywoo commented 9 years ago

+1 on this

bootstraponline commented 9 years ago

The reason it broke is due to monkey patching. RSpec allows custom formatters. A custom formatter is less likely to break as the RSpec internals evolve.