Run the command below to install the dependencies:
make composer-install
Start docker containers:
make dc-up
Run the command below to run the tests:
make test
If new file is added to the project, run the command below to generate the coverage:
make composer-dump-autoload