bootstraponline / sauce_rspec

1 stars 0 forks source link

Ensure failed tests are marked as failed #2

Open bootstraponline opened 9 years ago

bootstraponline commented 9 years ago

Tests are currently marked as passed on Sauce when the failure is in the setup code.

Example:

Error while waiting for Protractor to sync with the page: chrome not reachable

bootstraponline commented 9 years ago

Better repro: add a raise in config.before(:each)