Test run statistics per outcome.

interface RunStatistic {
    count: number;
    outcome: string;
    resolutionState?: TestResolutionState;
    resultMetadata?: ResultMetadata;
    state: string;
}

Properties

count: number

Test result count fo the given outcome.

outcome: string

Test result outcome

resolutionState?: TestResolutionState

Test run Resolution State.

resultMetadata?: ResultMetadata

ResultMetadata for the given outcome/count.

state: string

State of the test run