I use Cypress for E2E testing. Now I wonder, how can I produce coverage reports with PHP XDebug without PHPUnit? PCOV seams like a candidate; but this would again require to deactivate XDebug.
Tried XDebug, but it requires your tests to be written in PHPUnit.
source https://stackoverflow.com/questions/76317635/how-can-i-generate-coverage-reports-in-php-using-xdebug
No comments:
Post a Comment