Metadata about the policy that triggered this status change.

Hierarchy

  • FlakyTestHistoryPolicyMeta

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
branches?: string[]

Branches where the test was flaky at the time of the status change.

Configuration parameters of the policy that triggered this status change.

daysActive?: number

The number of days the test has been active at the time of the status change.

daysWithoutFlake?: number

The number of days since the test last exhibited flakiness.

failureRate?: number

The failure rate of the test at the time of the status change.

state?: string

The previous state of the test.

totalRuns?: number

The total number of test runs at the time of the status change.

Generated using TypeDoc