Test tag summary for build or release grouped by test run.

interface TestTagSummary {
    tagsGroupByTestArtifact?: { [key: number]: TestTag[] };
}

Properties

tagsGroupByTestArtifact?: { [key: number]: TestTag[] }

Dictionary which contains tags associated with a test run.