/behat-y-phpspec

Este es el repositorio de nuestro taller de Diseño Dirigido por Pruebas.

Primary LanguagePHP

Testing tools

Setup

Run the following command to setup the docker container to execute the tests.

$ make install

Usage

Start the container, if it's not already running.

$ docker-compose run --rm --service-ports dev bash

Install all the dependencies, if they're not already installed.

$ composer install

Execute the tests

$ bin/behat
$ bin/phpspec run
$ bin/phpunit --testdox
$ bin/robo acceptance