Interface AutoTestCodeStructureTestStepInput

The wrapper step for code structure tests.

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