passed property

bool passed

Has the feature passed ? (all scenarios passed)

Implementation

bool get passed => failedScenariosCount == 0;