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. On the Test Runs UI it is the same as the test_fingerprint_fqn tag.

The type of the flaky test from Flaky Test Management.

Generated using TypeDoc