Stopping After the First Error or Failure
Stop the test run after the first error or failure.
This plugin implements testOutcome()
and sets
event.result.shouldStop
if it sees an outcome with exc_info that
is not expected.
Command-line options
- -F DEFAULT, --fail-fast DEFAULT
Stop the test run after the first error or failure