Add ExtensionPoint to contribute JUnitResultFormatter
Status: Beta
Brought to you by:
mbarchfe
Hi,
org.pluginbuilder.autotestsuite.application may offer an EP to allows contributors to overwrite the JUnitResultFormatter used in PB for reporting (currently XMLJUnitResultFormatter). The attached patch defines an EP that takes a class name and a priority (XMLJUnitResultFormatter is the default with prio 0).
The patch is limited to JUnit3.
patch adding described functionality
This would be a nice feature, but the current formatted tests report is also lacking:
* The plugin name links do not work - clicking them should take you to the header for those tests further down the page (using a named anchor)
* The page can get very large (for hundreds of tests). It would be better if there was a frame containing the test plugin names, just like JavaDoc output.
Have you tried JUnitReport Task [1] to generate HTML reports from PluginBuilder's XML files already?
[1] http://ant.apache.org/manual/OptionalTasks/junitreport.html