1

NUnit3 recently added a functionality to add attachments to test results using TestContext.AddTestAttachment(). This adds a url\filelink of the file in results. I can see the entry in Test Result XML generated by console runner.

But I do not see the attachment link on Teamcity. How can I force teamcity to display the file links added as attachment.

H.D.
  • 455
  • 5
  • 19

1 Answers1

1

To my knowledge, TeamCity haven't yet implemented any functionality to display test attachments.

You should make a feature request for that, here. You could add to your case by pointing out that VSTS does display these file attachments. ;-)

Chris
  • 5,882
  • 2
  • 32
  • 57