Interface AutoTestWeightStepOutput

Give all the children a certain weight.

interface AutoTestWeightStepOutput {
    children: AutoTestTestStepOutput[];
    id: string;
    weight?: Fraction;
}

Properties

Properties

The children of this wrapper step.

id: string

The id of this step.

weight?: Fraction

The amount of time each step has.