How to make TFS 2010 show junit test results, that were generated by third-party tool? If it can't, probably, there is a way to convert junit report to xunit/nunit/mstest report. It would be also great! Thanks.
Asked
Active
Viewed 3,081 times
1 Answers
2
In order to publish Junit tests during TFS-Build you can make use of TFS Build Extension Power Tool.
In there you can find a set of XSLT transforms from JUnit output into TRX. Employing TFS-Build to upload TRX should from then be possible.

pantelif
- 8,524
- 2
- 33
- 48
-
It works great for me! Now it can be much easier to publish test results, especially using [msxsl.exe](http://www.microsoft.com/en-us/download/details.aspx?id=21714) to transform test.xml to test.trx – Max Tkachenko May 14 '12 at 15:47