I'm using Nunit in C# in visual studio 2015 for testing and I need to make some reports out of it.
Im currently getting the standards XML results and that's good, but I'd like to include my <sumary>
information for description of the test. is that possible?
If that's not possible out of the box.. is there a way to extract this info somehow? I'm Ok doing it from another project loading the files and extracting it or something.. I really don't know how to tackle the issue