- PHP >= 5.3.3
- Composer
composer install
bin/behat
# Genérica behat
bin/bheat --help
# Ver sintáxis gherkin
bin/behat --lang=es --story-syntax
# Ver pasos definididos (incluídos los de mink)
bin/behat --definitions l
# Sacar informe en html
bin/behat -f html # ahora abre el fichero build/html/behat/index.html
Docs: