facile-it / paraunit

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

Handle all `--stop-on-*` options #198

Open Jean85 opened 1 year ago

Jean85 commented 1 year ago

Follow up from #177

PHPUnit has multiple options to halt test execution depending on test outcome:

Paraunit should intercept (and forward) those, since it could empty the test pipelines, to cut short the execution when needed.

Jean85 commented 1 year ago

PHPUnit 10.1 introduced also: