Interface AutoTestSetupMetadata

Metadata for the Setup phase.

interface AutoTestSetupMetadata {
    baseImageId?: string;
}

Properties

Properties

baseImageId?: string

The id of the base image.