Interface AutoTestRedactedTestHideStepOutput

A block to hide specific data of the children (redacted).

interface AutoTestRedactedTestHideStepOutput {
    children: AutoTestRedactedTestStepOutput[];
    hideType: AutoTestTestHideHideType;
    id: string;
    preposition: AutoTestTestHidePreposition;
    when: AutoTestTestHideWhen;
}

Properties

The children of this wrapper step.

The things that should be hidden.

id: string

The id of this step.

When the data should be hidden.

What data should control when the data is hidden.