Interface AutoTestScriptStepInput

Run an install script.

interface AutoTestScriptStepInput {
    description?: AutoTestDescription;
    id?: string;
    name?: string;
    script: string;
}

Properties

description?: AutoTestDescription

The description of this step.

id?: string

The id of this step.

name?: string

The name of this step.

script: string

The script to run for the install.