voxpupuli / onceover

Your gateway drug to automated infrastructure testing with Puppet
Apache License 2.0
142 stars 45 forks source link

Fail fast option for spec runs #305

Open sp-ricard-valverde opened 3 years ago

sp-ricard-valverde commented 3 years ago

This is a feature request for adding an option to fail fast when doing run spec and not having to wait for the full test suite to complete when trying to fix things that are common to most of your specs.

This might be related: https://relishapp.com/rspec/rspec-core/docs/command-line/fail-fast-option

Cheers