Convert .trx to HTML
I'm executing Progress Testing Framework-powered tests with Visual Studio's MSTest runner. The results are outputted to trx result files. I would like to convert these files (which are XML-based) into HTML for easier viewing.
Solution
This is doable with a custom solution. There's a number of sources on the Internet that describe how to implement this. However, we recommend that you use an CMD app that offers this functionality out of the box: trx2html. Download it here.
The application is very easy to use and will allow you to instantly convert your trx results to an HTML page. You can implement a scripted solution by using a batch file to trigger the conversion.
Note: This application was developed by a Microsoft employee and blogger who is not affiliated with Telerik. Telerik has no rights on this application and is not involved in its development.