easyb:storyReport
Full name:
org.easyb:maven-easyb-plugin:0.8:storyReport
Description:
Generate a html report for stories defined with easyb
Attributes:
- Requires a Maven 2.0 project to be executed.
- Binds by default to the lifecycle phase:
test.
Required Parameters
| Name |
Type |
Since |
Description |
| easybReport
|
File |
- |
Path to the easyb report created by the test goal |
| outputDirectory
|
File |
- |
Directory to create html stories in |
Parameter Details
easybReport
:
Path to the easyb report created by the test goal
- Type:
java.io.File
- Required:
Yes
- Expression:
${project.build.directory}/easyb/report.xml
outputDirectory
:
Directory to create html stories in
- Type:
java.io.File
- Required:
Yes
- Expression:
${project.build.directory}/easyb-stories