paraunit icon indicating copy to clipboard operation
paraunit copied to clipboard

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

Open Jean85 opened this issue 2 years ago • 1 comments

Follow up from #177

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

  • --stop-on-defect
  • --stop-on-error
  • --stop-on-failure
  • --stop-on-warning
  • --stop-on-risky
  • --stop-on-skipped
  • --stop-on-incomplete

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

Jean85 avatar Mar 03 '23 10:03 Jean85

PHPUnit 10.1 introduced also:

  • --stop-on-deprecation
  • --stop-on-notice

Jean85 avatar Apr 27 '23 08:04 Jean85