Coverage test
PHP
To run unit tests with code coverage, execute the following command:
./vendor/bin/phpunit --coverage-html ../_cover/
As shown below in the test report, the models are covered around 90%, and the total number of executed tests is 141.
Below is the report of unit and integration tests:
Vue.js
To run unit tests with code coverage, execute the following command:
./test.sh coverage
Below is the test report for Vue.js: