Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 449 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 449 Bytes

To start the project (takes port 80)

cd .docker
docker-compose -p roster up

Install dependencies

docker exec roster_php_1 composer install

To run migrations

docker exec roster_php_1 php artisan migrate --force

To run tests with coverage report

docker exec roster_php_1 php artisan test --coverage-html tests/reports/coverage

The report can be now viewed in tests/reports/index.html