Interface AutoTestDeductions

The deductions for the step.

interface AutoTestDeductions {
    error: number;
    info: number;
    warning: number;
}

Properties

Properties

error: number

The deductions for an error comment.

info: number

The deductions for an info comment.

warning: number

The deductions for a warning comment.