junit test results in tfs
问题 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. 回答1: 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. 来源: https://stackoverflow.com/questions