0
votes

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:

enter image description here

But I don't have a reference to which Nunit-Projekt these results belongs.

Build Definition:

Visual Studio Team Foundation Server 2015 (I tried the field (1) but it is doesn't affect the result)

Question:

Is there a way to modify these Test Result Labels?

2

2 Answers

1
votes

Set the "Test Run Tile" of "Visual Studio Test" step will change this: enter image description here

0
votes

Try naming your task by clicking the edit button next to the task title:

enter image description here