stopOnFirstFailure property

bool stopOnFirstFailure

Whether to stop running subsequent tests after a test fails.

Implementation

bool get stopOnFirstFailure => _stopOnFirstFailure ?? false;