Class TestOptimizationFlakyTestsManagementPoliciesAutoDisableRule

Automatic disable triggering rule based on a time window and test status.

Hierarchy

  • TestOptimizationFlakyTestsManagementPoliciesAutoDisableRule

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
enabled?: boolean

Whether this auto-disable rule is enabled.

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

windowSeconds?: number

Time window in seconds over which flakiness is evaluated. Must be greater than 0.

Generated using TypeDoc