-
Notifications
You must be signed in to change notification settings - Fork 532
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
option to "keep going" when entry connection fails #1734
Comments
Hi, we have |
@jcamiel that did the trick, thanks! i interpreted that option to mean "always fail at the end, even if all tests pass" :) perhaps the flag description in |
Agreed, I had to double checked myself |
we could maybe have |
=> agreed on |
Problem to solve
i'd like to test a number of endpoints from a single hurl file and continue testing other entries when one or more of them have a connection timeout.
Proposal
add a
--keep-going
flag to the command line or a configuration option which can be specified on a per-entry basis. i see benefits to either, with the former being less work when there are many entries which should run through to the end regardless, and with the latter being a bit more flexible.Additional context and resources
when a single endpoint times out, i'd still like to see the success report eg.
7/8 entries passed
The text was updated successfully, but these errors were encountered: