Skip to content

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

Notifications You must be signed in to change notification settings

escueladehackers/behat-y-phpspec

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages