Skip to content
New issue

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

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

Open
Tracked by #177
Jean85 opened this issue Mar 3, 2023 · 1 comment
Open
Tracked by #177

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

Jean85 opened this issue Mar 3, 2023 · 1 comment
Milestone

Comments

@Jean85
Copy link
Member

Jean85 commented Mar 3, 2023

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 Jean85 added this to the 2.1 milestone Mar 3, 2023
@Jean85
Copy link
Member Author

Jean85 commented Apr 27, 2023

PHPUnit 10.1 introduced also:

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

@Jean85 Jean85 modified the milestones: 2.2, 2.3 Jun 8, 2023
@Jean85 Jean85 modified the milestones: 2.3, 2.4 Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant