Behat integration

Categories

Component ID

1272110

Component name

Behat integration

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

What is Behat?

Behat is a tool that makes behavior driven development (BDD) possible. With BDD, you write human-readable stories that describe the behavior of your application. These stories can then be run as actual tests against your application. And yes, it’s as cool as it sounds!
More information here

Behat Integration

This module was created for a very specific need: to have a graphic rendering of the results Behat.
Indeed, when we have more than one hundred tests, summaries are less enjoyable to read.
This module allows you to use html rendering Behat to have easy access to the results.

REQUIREMENTS
It is assumed that you have a project Behat configured as defined in the doc Behat, namely a tree as follows:
behat_directory:
--behat.yml
--features:
----all_my_features.feature
----bootstrap:
--------FeatureContext.php

look at http://docs.behat.org/cookbook/behat_and_mink.html