Class TestOptimizationFlakyTestsManagementPoliciesQuarantinedFailureRateRule

Failure-rate-based rule for the quarantined policy.

Hierarchy

  • TestOptimizationFlakyTestsManagementPoliciesQuarantinedFailureRateRule

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.

threshold?: number

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

Generated using TypeDoc