This plugin allows you publish NUnit test results
This plugin makes it possible to import NUnit reports from each build into Hudson so they are displayed with a trend graph and details about which tests that failed.
Changelog
Version 0.6
Plugin now merges JUnit and NUnit test results into one test report (issue #1091)
NUnit file report pattern can not cope with spaces in paths (issue #1175)
Version 0.5
Fixed so the plugin works on a remote agent
More error tolerant XSL transformation (issue #1077)
Version 0.4
Removed exception throwing when no test reports could be found
Version 0.3
Fixed so the plugin calls the correct method in JUnit archiver. (issue #1016)
Made sure that NUnit record archiver runs before other notification plugins (issue #947)
Fixed so the number of skipped tests in the NUnit report is copied to the JUnit reports.
Version 0.2.3
Fixed a problem when removing the temporary JUnit reports that occurred on windows.
Version 0.2.2
Removes the transformed JUnit reports after they have been recorded by the JUnitArchiver
Version 0.2.1
Splits the transformed JUnit file in code instead of using the <redirect> feature in Xalan. (Fixes issue #892)
Version 0.2
Splits the NUnit report file into several JUnit files to fix the problem that the file name is shown instead of the namespaces.