failed property

bool failed

Has the scenario failed ? (any step failed)

Implementation

bool get failed => failedStepsCount > 0;