machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
885 stars 178 forks source link

Improve XML output for reports #368

Open Slesa opened 6 years ago

Slesa commented 6 years ago

Hi, I am trying to to send the XML output to SonarQube, but get the error

 Missing root element <results> 

When I look into the report file, it looks a bit strange - lots of 'Enter' and 'Exit' tags, it seems like a debug output of the parser. So my question is: is this intentional? If yes, what is it good for? And/or could we get something similar to the NUnit output, to send it to a report generator?