Interface AutoTestSnapshot

A full AutoTest snapshot, which can only be retrieved by users with permission to see the whole snapshot.

interface AutoTestSnapshot {
    assignmentId: string;
    autoInstall: AutoTestAutoInstallConfigurationOutput;
    createdAt: Date;
    setup: AutoTestSetupConfigurationOutput;
    snapshotId: string;
    source: AutoTestSnapshotSource;
    test: AutoTestTestConfigurationOutput;
}

Properties

assignmentId: string

The assignment that this snapshot lives in.

The Test configuration at the time the snapshot was created.

createdAt: Date

The moment this snapshot was created.

The Setup configuration at the time the snapshot was created.

snapshotId: string

The id of the snapshot.

How this snapshot was created.

The Test configuration at the time the snapshot was created.