Testing
This repo utilizes Docker in order to run the test suite.
-
Install Docker Desktop for Mac.
-
Build the containers
Run
docker-compose build
. This will take a little while. -
Run the app
Run
docker-compose up
. -
Run the tests
Run
bin/codecept run