Interface AutoTestWeightStepInput

Give all the children a certain weight.

interface AutoTestWeightStepInput {
    children?: AutoTestTestStepInput[];
    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.