I'm build und test solutions with Visual Studio Team Foundation Server 2015. For each Nunit-Projekt a created a "Visual Studio Test" Step.
If a build completed I see all test result like this:
- 1171:VSTest Test Run release x64 (The number is the
runId
) - 1172:VSTest Test Run release x64
Build Result:
But I don't have a reference to which Nunit-Projekt these results belongs.
Build Definition:
(I tried the field (1) but it is doesn't affect the result)
Question:
Is there a way to modify these Test Result Labels?