A flaky test object.

Hierarchy

  • FlakyTest

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
attributes?: FlakyTestAttributes

Attributes of a flaky test.

id?: string

Test's ID. This ID is the hash of the test's Fully Qualified Name and Git repository ID. It is the value of the @test.fingerprint_fqn facet on test events, which you can search on in the Test Optimization Explorer to locate a specific test. To filter search results by this ID, use the fingerprint_fqn search key.

The type of the flaky test from Flaky Test Management.

Generated using TypeDoc