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

stop entire test execution in do= #225

Closed
dechaoz05 opened this issue Feb 15, 2017 · 5 comments
Closed

stop entire test execution in do= #225

dechaoz05 opened this issue Feb 15, 2017 · 5 comments
Milestone

Comments

@dechaoz05
Copy link

dechaoz05 commented Feb 15, 2017

requesting a feature to stop test execution (not just session). something like:
<match do="abort_test" when="nomatch">200 OK</match>

@tisba
Copy link
Collaborator

tisba commented Feb 15, 2017

I'd like to second that.

I think it would even be nice to have a <abort /> element, so that you can abort not only in conjunction with a single test, but also use conditionals (<if>) and other logic.

@nniclausse nniclausse added this to the v1.6.1 milestone Aug 9, 2017
@tisba
Copy link
Collaborator

tisba commented Aug 9, 2017

Is there currently a way to abort the current user/session as well, @nniclausse?

@nniclausse
Copy link
Contributor

you can abort a session on a <match do='abort' ...>

@tisba
Copy link
Collaborator

tisba commented Aug 9, 2017

But match only works in context of a request. I cannot abort the session based on e.g.

@tisba
Copy link
Collaborator

tisba commented Nov 1, 2017

damn, I totally overlooked this change! Thanks! ❤️

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

3 participants