-
Bug
-
Resolution: Fixed
-
Major
-
None
-
xunit-plugin 2.2.3
nunit3-console.exe 3.7.0
We are running `nunit3-console -result:TestResult.xml;format=nunit2` to produce NUnit2 compatible test reports with the NUnit3 runner.
With the earlier xunit-plugin 1.102 version this worked just fine. Now with xunit-plugin 2.2.3, if we have errors / failures in the test results, these are not reported as failures anymore. Even worse, they are reported as success!
TestResults.xml report file says:
Jenkins / xunit-plugin 2.2.3 says:
See the full example XML report attached