junit test results in tfs

人盡茶涼 提交于 2019-12-11 04:07:21

问题


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/10584017/junit-test-results-in-tfs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!