We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--stop-on-*
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.
The text was updated successfully, but these errors were encountered:
PHPUnit 10.1 introduced also:
--stop-on-deprecation
--stop-on-notice
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: