facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
134 stars 14 forks source link

Differentiate between test outcome and issue #180

Closed Jean85 closed 1 year ago

Jean85 commented 1 year ago

PHPUnit 10 does an important distinction in test events: test outcomes vs test issues.

The same distinction should be reflected in Paraunit, so that test outcomes would drive the progress output, while both would drive the recap at the end.