symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.91k stars 213 forks source link

Implement coverage support #545

Closed mpiot closed 10 months ago

mpiot commented 2 years ago

This PR try to implement Code Coverage support by using Panther when testing. The logic come from solutions given in #8, with some adaptation to be used with many Coverage Drivers: xdebug, pcov and phpdbg.

Actually I've not implements tests, just copy/paste my project implementation for review with some adaptations.

Chris53897 commented 1 year ago

@mpiot Thanks for working on this. Is there any news on this topic?