Class FlakyTestHistoryPolicyMetaConfig

Configuration parameters of the policy that triggered this status change.

Hierarchy

  • FlakyTestHistoryPolicyMetaConfig

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[]

The branches considered by the policy.

daysActive?: number

The number of days a test must have been active for the policy to trigger.

failureRate?: number

The failure rate threshold for the policy to trigger.

forgetBranches?: string[]

Branches excluded from the policy evaluation.

requiredRuns?: number

The minimum number of test runs required for the policy to trigger.

state?: string

The target state the policy transitions the test from.

testServices?: string[]

Test services excluded from the policy evaluation.

Generated using TypeDoc