##Para facilitar o uso do behat criei esse repo, como um guia inicial de utilização.
- Como usar
- Clone o Projeto:
git clone https://github.com/elton182/behatStarter
- Instale as dependências
- Na raiz do projeto faça:
composer install
- Instale o SeleniumServer
- Rode o SeliniumServer
java -jar ~/Downloads/selenium-server-standalone-2.53.1.jar
- Baixe os drivers dos browsers
- Execute o teste
- Teste com Chrome
behat -c behatChrome.yml -s web features\web\exemploselenium.feature
- Teste com Firefox
behat -c behatFirefox.yml -s web features\web\exemploselenium.feature
- Teste com PhatonJs
behat -c behatPhantom.yml -s web features\web\exemploselenium.feature