When using nunit-console.exe to run tests from the command line you can have a result.xmlfile created, which can further be used for example by ReportUnit to create nice looking reports.
Question
Is there a way to produce this result.xml file when running the tests not via nunit-console but with the NUnit (3.0) Test Adapter for Visual Studio via the Test Explorer Window?
At least I wasn't able to find an xml file after the tests finished running, so I assume, that there is none created.
* I'm using Microsoft Visual Studio Community 2015
.trxfile, which holds similar content, but is not compatible with thejUnit/NUnitxml format. - jessehouwing