Full name:
org.easyb:maven-easyb-plugin:0.9.7-1:test
Description:
Executes easyb behaviors
Attributes:
test.test.| Name | Type | Since | Description |
|---|---|---|---|
| easybTestDirectory | File |
- |
The directory to be scanned for easyb behaviors |
| storyReport | String |
- |
Full path to the file where the story report should be written |
| 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. |
| parallel | boolean |
- |
Run easyb specs in parallel |
| storyType | String |
- |
Type of story reports to be written as html |
| tags | String |
- |
Optional parameter to run only stories matching tags in the supplied list. A single or comma-delimited list of tag names. |
| test | String |
0.8.4 |
Optional parameter used as matcher expression to restrict the tests to run. Can match any part of the name or the path. |
The directory to be scanned for easyb behaviors
java.io.FileYes${project.basedir}/src/test/easybAnt path-style expression of files to run as story tests. Defaults
to **\/*Story.groovy **\/*.story **\/*Specification.groovy
**\/*.specification.
java.util.ListNoRun easyb specs in parallel
booleanNoFull path to the file where the story report should be written
java.lang.StringYes${project.build.directory}/easyb/stories.txtType of story reports to be written as html
java.lang.StringNotxtstorytags:
Optional parameter to run only stories matching tags in the supplied list. A single or comma-delimited list of tag names.
java.lang.StringNo${easyb.tags}test:
Optional parameter used as matcher expression to restrict the tests to run. Can match any part of the name or the path.
java.lang.String0.8.4No${easyb.test}Full path to the file which should contain an XML representation of all behavior results
java.lang.StringYes${project.build.directory}/easyb/report.xml