Interface AutoTestNegativeMatchStepInput

Semgrep rules for patterns that are expected not to be within the code.

interface AutoTestNegativeMatchStepInput {
    description?: AutoTestDescription;
    id?: string;
    name?: string;
    rules: string;
}

Properties

description?: AutoTestDescription

The description of this step.

id?: string

The id of this step.

name?: string

The name of this step.

rules: string

Semgrep rules for pattern to look for within the code.