Interface AutoTestRedactedCodeStructureTestStepOutput

The wrapper step for code structure tests (redacted).

interface AutoTestRedactedCodeStructureTestStepOutput {
    children: AutoTestRedactedTestStepOutput[];
    file: AutoTestRedactedString;
    id: string;
    name: string;
    version: AutoTestRedactedCodeStructureTestVersion;
}

Properties

The children of this wrapper step.

The file or the containing folder the code structure test step should be run on.

id: string

The id of this step.

name: string

The name of this step.

The version of Semgrep to install.