halleck45 / behat-tools-bundle
This bundle provides a way to manage your features
Installs: 4 929
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 4
Open Issues: 0
Type:symfony-bundle
Requires
- behat/gherkin: >=2.2.0,<2.3.0-dev
- symfony/framework-bundle: >=2.0,<2.3-dev
This package is auto-updated.
Last update: 2024-10-17 23:52:55 UTC
README
Bundle to manage your Behat's features.
You can:
- find all your features (with criteriums)
- know the state of each feature
Installation
-
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