-
Notifications
You must be signed in to change notification settings - Fork 93
Description
First of all thanks a lot for the great work done on this project, to me the only one that gives a real design and usefull output html report for my Automated tests.
Sadly, since last or two last updates of MS Visual Studio 2017, I've got a problem in generation of the html report with Trxer. The .Trx file generated by Coded UI Test engine seems to have changed, with a lack of line breaks (maybe new structure?) and in UNIX (LF) format (instead of Windows (CR LF) like it was before).
The result is that Trxer seems to not being able anymore to parse de file correctly, and the html report doesn't show any information in Tests Tables, as shown in the following picture:
Any idea or trick for this?
If you need I can post an example of the .trx file if you want to check what's going wrong within the .trx structure...
Thanks in advance for any help on this!