stopOnFirstFailure property

bool get stopOnFirstFailure

Whether to stop running subsequent tests after a test fails.

Implementation

bool get stopOnFirstFailure => _stopOnFirstFailure ?? false;