Details of what tests to update and their new attributes.

Hierarchy

  • UpdateFlakyTestsRequestTest

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
id: string

The ID of the flaky test. This is the same ID returned by the Search flaky tests endpoint and is the value of the @test.fingerprint_fqn facet on test events. You can find it by searching on @test.fingerprint_fqn in the Test Optimization Explorer, or by filtering the Search flaky tests endpoint with the fingerprint_fqn key.

The new state to set for the flaky test.

Generated using TypeDoc