Can jenkins report on history with jUnit and nUnit test output in a single Project Can jenkins report on history with jUnit and nUnit test output in a single Project jenkins jenkins

Can jenkins report on history with jUnit and nUnit test output in a single Project


I would try just using the xUnit plugin, that way you can configure it to take bothe the junit and nunit test results all in a single publisher.


There is a bug in Jenkins related to this: NUnit Plugin fails to merge Unit test reports with unit tests split on basis of category.

To get around this, just put your NUnit post build action as the last that it works!