Metadata about the latest failed test run of the flaky test.

Hierarchy

  • FlakyTestRunMetadata

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

The duration of the test run in milliseconds.

errorMessage?: string

The error message from the test failure.

errorStack?: string

The stack trace from the test failure.

sourceEnd?: number

The line number where the test ends in the source file.

sourceFile?: string

The source file where the test is defined.

sourceStart?: number

The line number where the test starts in the source file.

Generated using TypeDoc