Class TestOptimizationFlakyTestsManagementPoliciesDisabledFailureRateRule

Failure-rate-based rule for the disabled policy.

Hierarchy

  • TestOptimizationFlakyTestsManagementPoliciesDisabledFailureRateRule

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

List of branches to which this rule applies.

enabled?: boolean

Whether this failure rate rule is enabled.

minRuns?: number

Minimum number of runs required before the rule is evaluated. Must be greater than or equal to 0.

Test status that the disable policy applies to. Must be either active or quarantined.

threshold?: number

Failure rate threshold (0.0–1.0) above which the rule triggers.

Generated using TypeDoc