Interface AutoTestRedactedWeightStepOutput

Give all the children a certain weight (redacted).

interface AutoTestRedactedWeightStepOutput {
    children: AutoTestRedactedTestStepOutput[];
    id: string;
    weight?: AutoTestRedactedFraction;
}

Properties

Properties

The children of this wrapper step.

id: string

The id of this step.

The amount of time each step has.