Behat integration
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
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
