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

前端 未结 5 1925
孤城傲影
孤城傲影 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 07:56

    If you need to validate the schema before parsing/transforming it, you can find the XSD file in the Visual Studio install dir (via http://blogs.msdn.com/b/dhopton/archive/2008/06/12/helpful-internals-of-trx-and-vsmdi-files.aspx):

    Note, that the XSD schemas are available with all visual studio installs in the:

    %VSINSTALLDIR%\xml\Schemas\vstst.xsd

    file directory, along with many other schemas.

提交回复
热议问题