Interface AutoTestCodeStructureTestStepOutput

The wrapper step for code structure tests.

interface AutoTestCodeStructureTestStepOutput {
    children: AutoTestTestStepOutput[];
    file: string;
    id: string;
    name: string;
    version: "1.43.0";
}

Properties

The children of this wrapper step.

file: string

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.

version: "1.43.0"

The version of Semgrep to install.