Run the following command to setup the docker container to execute the tests.
$ make install
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