2017 © Pedro PelĂĄez
 

symfony-bundle behat-tools-bundle

This bundle provides a way to manage your features

image

halleck45/behat-tools-bundle

This bundle provides a way to manage your features

  • Friday, February 22, 2013
  • by Halleck
  • Repository
  • 3 Watchers
  • 6 Stars
  • 4,117 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

BehatToolsBundle

Build Status, (*1)

Bundle to manage your Behat's features., (*2)

You can: - find all your features (with criteriums) - know the state of each feature, (*3)

Installation

  1. Add the bundle to your project
  2. 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

The Versions

22/02 2013

dev-master

9999999-dev

This bundle provides a way to manage your features

  Sources   Download

MIT

The Requires

 

behat