Interface AutoTestRunIfCondition

The condition for that determines if the children should run.

interface AutoTestRunIfCondition {
    minimumPercentage: number;
    rubricRowId?: number;
    type: AutoTestRunIfConditionType;
}

Properties

minimumPercentage: number

The percentage of rubric that should be achieved for the step to continue running.

rubricRowId?: number

The id of the rubric that determines if the children should run.

Run if a rubric percentage has been met.