Description
Brings Behavior Driven Development to your Griffon application via Easyb. This is a direct port of the Grails Easyb plugin made by Richard Vowles and Gustavo Madruga.
Installation
The current version of griffon-easyb-plugin is 0.5
To install just issue the following command
Usage
Scripts
- create-unit-story - creates a new Easyb story based on a common template, the resulting file will be place at
$basedir/test/unit. - create-integration-story - creates a new Easyb story based on a common template, the resulting file will be place at
$basedir/test/integration.
The following are the contents of the base scenario
Which produces the following output ($basedir/target-reports/easyb/stories.txt) when run
Easyb plugin can provide cobertura reports if the code-coverage plugin is installed, just make sure to append a -covearge flag to the command line when running your Easyb stories
History
Version |
Date |
Notes |
|---|---|---|
0.5 |
10-21-11 |
Release sync with Griffon 0.9.4 |
0.4 |
12-21-10 |
Release sync with Griffon 0.9.2 |
0.3 |
10-28-10 |
Release sync with Griffon 0.9.1; Upgraded to Easyb 0.9.8 |
0.2 |
07-22-10 |
Release sync with Griffon 0.9 |
0.1.1 |
03-09-09 |
Bumped version to be compatible with Griffon 0.1.0 |
0.1 |
|
|


