Interface AutoTestRanSnapshotSource

The source of a snapshot for a ran snapshot.

interface AutoTestRanSnapshotSource {
    buildProgram: AutoTestSnapshotBuildProgram;
}

Properties

Properties

The program that is building this snapshot. The snapshot cannot be published until the state of this program is "FINISHED".