C# - NUnit Console Test Generation
问题 Currently I am trying to get test results in xml file, using NUnit. The following command that I am using is: nunit3-console.exe --labels=All --out=TestResult.txt "--result=TestResult.xml;format=nunit3" "Acceptance Tests\AcceptanceTests.dll" --trace:Debug What I receive in the output window is: Then inside generated file "TestResult.xml", test-run element I have testcasecount="1" result="Failed" label="Error" total="1" passed="0" failed="1" inconclusive="0" skipped="0" asserts="0" engine