This package makes it easier to test Drupal Projects with Behat and is available on packagist. https://packagist.org/packages/testdrupal/behatextension
Create a composer.json file with the following:
{
"require": {
"testdrupal/behatextension": "dev-master"
},
"config": {
"bin-dir": "bin/"
},
}
Install dependencies: composer install
Initialize: behat --init
TODO :)