我用VS 2012用vstest.console
生成我的测试套件,并在.trx
格式文件中获得测试结果。
我想转换这个结果文件toHTML。我使用了trx2html
工具。但是当我运行它时会发现一个错误。
错误: System.IO.FileLoadException trx2html.exe C:\Users...\Desktop\result.trx
我该如何解决这个问题?是否存在允许将.trx
文件转换为html
或pdf
的其他工具?
还有一件事,我正在使用orderedtest,所以我的trx文件来自由VS2012创建的orderedtest
发布于 2015-04-16 21:36:42
trx2html工具和vs2012存在一些问题,所以我想您有Codeplex (http://trx2html.codeplex.com/)的最新版本。
虽然消除了错误,但这个问题可能对您有用:
How do I format Visual Studio Test results file (.trx) into a more readable format?
https://stackoverflow.com/questions/29679489
复制相似问题