Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

Add options to abort testing on failure #180

Open exodist opened 4 years ago

exodist commented 4 years ago

Looking for things like:

--bail-on-fail - stop all testing at the first failure, like the Test2::Plugin, but at the harness level --stop-on-fail - Similar, but do not kill the test that produced the failure, let it finish, just do not start anything new Probably also add the --kill-running option to extend bail-on-fail (or tests producing bails) to kill any/all running tests when a bail is seen, instead of letting them finish as yath currently does when tests are run in parallel.