Skip to content

Files

Latest commit

2d895b3 · May 23, 2017

History

History
This branch is up to date with phpvigo/taller-testing-i:master.

behat

Behat

Prerequisitos

Instalación

composer install

Ejecución

bin/behat

Ayuda

# 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: