How do I format Visual Studio Test results file (.trx) into a more readable format?

前端 未结 5 1920
孤城傲影
孤城傲影 2020-12-15 07:28

Have just started using Visual Studio Professional\'s built-in unit testing features, which as I understand, uses MS Test to run the tests.

The .trx file that the te

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-15 08:14

    Recently I wrote one trx to html convertor which is python based, have a look https://github.com/avinash8526/Murgi

提交回复
热议问题