Result deatils for a particular test result outcome.

interface AggregatedResultDetailsByOutcome {
    count?: number;
    duration?: any;
    outcome?: TestOutcome;
    rerunResultCount?: number;
}

Properties

count?: number

Number of results for current outcome.

duration?: any

Time taken by results.

outcome?: TestOutcome

Test result outcome

rerunResultCount?: number

Number of results on rerun