List of test results filtered on the basis of GroupByValue

interface TestResultHistoryForGroup {
    displayName?: string;
    groupByValue: string;
    results?: TestCaseResult[];
}

Properties

displayName?: string

Display name of the group.

groupByValue: string

Name or Id of the group identifier by which results are grouped together.

results?: TestCaseResult[]

List of results for GroupByValue