Run summary for each output type of test.

interface RunSummaryModel {
    duration?: number;
    resultCount: number;
    testOutcome: TestOutcome;
}

Properties

duration?: number

Total time taken in milliseconds.

resultCount: number

Number of results for Outcome TestOutcome

testOutcome: TestOutcome

Summary is based on outcome