passed property

bool passed

Has the scenario passed ? (all steps passed)

Implementation

bool get passed => failedStepsCount == 0 && !skipped;