This page last changed on Jun 17, 2007 by rosie@atlassian.com.
 |
This page is outdated. Please see new page. |
Display a summary of JUnit test results from a directory accessible from the Confluence server.
When generating reports, set ant formatter to "xml".
Usage:
{junitreport:directory=[file:///directory/]}
OR
{junitreport:url=http://*host*/*path*\}
parameter |
Required |
Default |
Description |
directory |
no |
none |
URI of a directory containing your test result files. |
url |
no |
none |
URI of a particular test result XML file. |
reportdetail |
no |
'fixture' |
Detail for report. Can be 'all', 'fixture', 'summary' or 'failuresonly'. |
debug |
no |
false |
Show the content of failures, as well as their message. |
|