How to publish test result files (.trx) to TFS 2013 -
status:
i have tfs 2013 installation on dedicated machine , modified build template runs batch file
(no visual studio project required), commit on our repository. while batch file runs, builds our code , runs custom test suites, test output multiple junit xml
files.
i found way on how can convert junit xml
.trx files
via batch, i'm stuck when comes publishing results tfs.
i found out there multiple ways that, unfortunately no way possible on our build agent right now.
i tried:
- use tfspublisher, described here - can't because don't have visual studio on our build agent machine installed
- use mstest.exe described here, can't either because -again- don't have visual studio on our build agent machine installed
question:
so there alternative way haven't found yet publish .trx files tfs? there must solution. can't first person tries accomplish that.
instead of installing of visual studio, install test agents visual studio smaller:
https://www.microsoft.com/en-gb/download/details.aspx?id=40750
Comments
Post a Comment