How to read/display .trx file in Teamcity
Answered
Hi,
Let me explain my requirement
1) I have one build configuration and created one build step(Command line)
2) I created multiple bat file, in this bat file added some Mstest commands(testcontainer and testsettings file)
3) I want to run my Coded UI cases into three remote machines
The thing is once i tried to ran through Teamcity and after completed the job, the report will be generated in .trx format. In order to do this, In Teamcity report will not be displayed because I'm trying to invoke bat file.
Here is my expectation
I want to read/display the result in Teamcity.
1) " Test passed, Test failed and Test skipped"
2) In Build log, I want to see consolidated report
Please sign in to leave a comment.
Hello,
Please try to use XML Report processing build feature to import MSText TRX reports.