Skip to content

Halleck45/BehatToolsBundle

Repository files navigation

BehatToolsBundle

Build Status

Bundle to manage your Behat's features.

You can:

  • find all your features (with criteriums)
  • know the state of each feature

Installation

  1. Add the bundle to your project

  2. 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

About

Bundle to manage your Behat's features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages