Interface AutoTestSnapshotSummary

Summary of an AutoTest snapshot that omits the Setup and Test configurations.

interface AutoTestSnapshotSummary {
    assignmentId: string;
    createdAt: Date;
    snapshotId: string;
    source: AutoTestSnapshotSource;
}

Properties

assignmentId: string

The assignment that this snapshot lives in.

createdAt: Date

The moment this snapshot was created.

snapshotId: string

The id of the snapshot.

How this snapshot was created.