Full name:
org.easyb:maven-easyb-plugin:0.8:test
Description:
Executes easyb behaviors
Attributes:
test.| Name | Type | Since | Description |
|---|---|---|---|
| easybTestDirectory | File |
- |
The directory to be scanned for easyb behaviors |
| storyReport | String |
- |
Full path to the file which should contain textual story descriptions |
| xmlReport | String |
- |
Full path to the file which should contain an XML representation of all behavior results |
| Name | Type | Since | Description |
|---|---|---|---|
| includes | List |
- |
Ant path-style expression of files to run as story tests. Defaults
to **\/*Story.groovy **\/*.story **\/*Specification.groovy
**\/*.specification. |
The directory to be scanned for easyb behaviors
java.io.FileYes${project.basedir}/src/test/easybincludes :
Ant path-style expression of files to run as story tests. Defaults
to **\/*Story.groovy **\/*.story **\/*Specification.groovy
**\/*.specification.
java.util.ListNoFull path to the file which should contain textual story descriptions
java.lang.StringYes${project.build.directory}/easyb/stories.txtFull path to the file which should contain an XML representation of all behavior results
java.lang.StringYes${project.build.directory}/easyb/report.xml