dev-master
9999999-devThis bundle provides a way to manage your features
MIT
The Requires
behat
This bundle provides a way to manage your features
Bundle to manage your Behat's features., (*2)
You can: - find all your features (with criteriums) - know the state of each feature, (*3)
Add the following lines to your config.yml file:, (*4)
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:, (*5)
$ behat -f junit --out reports
This bundle provides a way to manage your features
MIT
behat