A single history entry representing a status change for a flaky test.

Hierarchy

  • FlakyTestHistory

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
commitSha: string

The commit SHA associated with this status change. Will be an empty string if the commit SHA is not available.

status: string

The test status at this point in history.

timestamp: number

Unix timestamp in milliseconds when this status change occurred.

Generated using TypeDoc