Bundle to manage your Behat's features.
You can:
- find all your features (with criteriums)
- know the state of each feature
-
Add the bundle to your project
-
Add the following lines to your config.yml file:
parameters: behat.paths.features: /path/your/features/ behat.paths.reports: /path/your/behat/reports/
Note that you need to run Behat with the formater parameter, in order to generator reports in JUnit format:
$ behat -f junit --out reports