Creates a nicely formatted Surefire Test Report in html format.
Mojo Attributes:
test prior to executing itself.surefire| Name | Type | Description |
|---|---|---|
| outputName | String |
The filename to use for the report. Default value is surefire-report. |
| project | MavenProject |
Maven Project |
| reportsDirectory | File |
This directory contains the XML Report files that will be parsed and rendered to HTML format. |
| showSuccess | boolean |
If set to false, only failures are shown. Default value is true. |
| Name | Type | Description |
|---|---|---|
| linkXRef | boolean |
Whether to link the XRef if found. Default value is true. |
| outputDirectory | String |
Location where generated html will be created. |
| xrefLocation | File |
Location of the Xrefs to link. Default value is ${project.build.directory}/site/xref-test. |
booleanNo${linkXRef}truejava.lang.StringNo${project.build.directory}/site java.lang.StringYes${outputName}surefire-reportorg.apache.maven.project.MavenProjectYes${project}java.io.FileYes${project.build.directory}/surefire-reportsbooleanYes${showSuccess}truejava.io.FileNo${project.build.directory}/site/xref-test