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

dev-master 2013-02-22 13:21 UTC

This package is auto-updated.

Last update: 2024-04-17 22:54:11 UTC


README

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