-
Notifications
You must be signed in to change notification settings - Fork 408
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
stop entire test execution in do= #225
Comments
I'd like to second that. I think it would even be nice to have a |
Is there currently a way to abort the current user/session as well, @nniclausse? |
you can abort a session on a <match do='abort' ...> |
But match only works in context of a request. I cannot abort the session based on e.g. |
damn, I totally overlooked this change! Thanks! ❤️ |
requesting a feature to stop test execution (not just session). something like:
<match do="abort_test" when="nomatch">200 OK</match>
The text was updated successfully, but these errors were encountered: