Result of updating a single flaky test state.

Hierarchy

  • UpdateFlakyTestsResponseResult

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
error?: string

Error message if the update failed.

id: string

The ID of the flaky test from the request. This is the same ID returned by the Search flaky tests endpoint and corresponds to the test_fingerprint_fqn field in test run events.

success: boolean

True if the update was successful, False if there were any errors.

Generated using TypeDoc