I'm struggling to proper convert the .trx result file from my loadtest (which contains .webtest) to HTML. I tried with trx2html (https://trx2html.codeplex.com/) but this is how it looks like with it (probably it was OK with non loadtest and older version of Visual Studio):
Then I tried with trxer (https://github.com/NivNavick/trxer) but once again most likely its not designed for loadtests so the result was like that:
Just for comparison this is how it looks like in Visual Studio 2015:
So my question is - Is there some other convertor out there which will do the job for loadtests and newer VS? My other option is to get some proper .xslt and convert the .trx (which is .xml) to proper .html.
Unfortunately I'm kind a lacking .xslt knowledge so it will be tough. Is there some .xslt that I can use for load/web tests? Maybe one from VS itself?