This plugin allows you publish testing tools test result report.
When this plugin is installed and configured, Hudson can transform test result report produced by different testing tools into JUnit test result. Then, the JUnit tests can be recorded by Hudson. Hudson can provide useful information about test results, such as historical test result trend, web UI for viewing test reports, tracking failures, and so on.
The supported tools are:
* AUnit
* MSTest
* NUnit
* UnitTest++
* Boost Test Library
* CppUnit
* PHPUnit
For each tool, an embedded style sheet is used.
You can also add your own tool with your custom style sheet.
History
Currently, there is a specify plugin for each tool that doesn't provide JUnit test result report.
For instance, NUnit plugin, CppUnit plugin, Gallio plugin, MSTest plugin.
It's more suitable to have a generic plugin aggregating xUnit tools.
Configuration
Changelog
Version 0.2
* Add the support of Parasoft C++test
* Add the support of Google Test?
(feedback on issue 3007 and google thread
Version 0.1 (Augut 17)
* Initial release