Summary of results for a pipeline instance.

interface ResultSummary {
    resultSummaryByRunState?: { [key: number]: ResultsSummaryByOutcome };
}

Properties

resultSummaryByRunState?: { [key: number]: ResultsSummaryByOutcome }

Result summary of pipeline, group by TestRun state.