interface AggregatedResultsByOutcome {
    count?: number;
    duration?: any;
    groupByField?: string;
    groupByValue?: any;
    outcome?: TestOutcome;
    rerunResultCount?: number;
}

Properties

count?: number
duration?: any
groupByField?: string
groupByValue?: any
outcome?: TestOutcome
rerunResultCount?: number