I generate my tests suite with vstest.console
with VS 2012 and get my test result in a .trx
format file.
I want to convert this result file toHTML. I used the trx2html
tool. But I get an error when I run it.
Error : System.IO.FileLoadException
trx2html.exe C:\Users...\Desktop\result.trx
How can I solve this problem?
Do other tools exist that allow converting a .trx
file to html
or pdf
?
One more thing, I'm using orderedtest so my trx file come from orderedtest created by VS2012