Class TestOptimizationFlakyTestsManagementPoliciesAttemptToFix

Configuration for the attempt-to-fix Flaky Tests Management policy.

Hierarchy

  • TestOptimizationFlakyTestsManagementPoliciesAttemptToFix

Constructors

Properties

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
retries?: number

Number of retries when attempting to fix a flaky test. Must be greater than 0.

Generated using TypeDoc