facile-it / paraunit

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

Implement `--print-failed-early` option for version 1.x #209

Open keljtanoski opened 1 year ago

keljtanoski commented 1 year ago

Hi @Jean85 , I noticed in some of the previous issues opened there was a request for this and based on the discussion there and based on my personal project requirements I implemented the --print-failed-early option in the MR accompanied with this issue and on my rewrite of paraunit.

image

Note: I implemented the same for version 2.x but I noticed you have not exposed the TestResut class there and you are only referencing the outcome TestOutcome | TestIssue and those do not have access to the Failures -> message printer but I will look into some options how that can be achieved there as well.