How to output results of tests ran with NUnit 3?
问题 Since yesterday I am trying to figure out how to create that xml report that NUnit3 can produce and I just can't find a single example with code, could anyone tell me what should I do in order to make NUnit3 produce the results file or what and where I should be looking for? Thanks! 回答1: This can definitely be done using nunit3-console.exe to run your project. From cmd/powershell call \path\to\nunit3-console.exe \path\to\your.dll . A TestResult.xml file is created in \myProjectFolder\bin