You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched existing issues and found nothing related to my issue.
Describe the feature you want to add
The new request skipping implemented with #3719 is great! This really adds a lot of value to Bruno for me personally.
I implemented the new bru.runner.skipRequest() conditionally in most of my collection already and it generally works well. Thank you so much for that. However, as mentioned in #2397 already, it would be great to also skip Single Request. This helps both, to check if the skipping script works and to avoid unexpected errors.
I personally would have preferred to keep the request skipping generic (and not bound to the runner), and if someone would want to skip only runner requests, this could be done using #3200:
I have checked the following:
Describe the feature you want to add
The new request skipping implemented with #3719 is great! This really adds a lot of value to Bruno for me personally.
I implemented the new
bru.runner.skipRequest()
conditionally in most of my collection already and it generally works well. Thank you so much for that. However, as mentioned in #2397 already, it would be great to also skip Single Request. This helps both, to check if the skipping script works and to avoid unexpected errors.I personally would have preferred to keep the request skipping generic (and not bound to the runner), and if someone would want to skip only runner requests, this could be done using #3200:
Mockups or Images of the feature
Implement new
Image credits: @JorgeTroviscoreq.skip();
to skip both runner and single requests.The text was updated successfully, but these errors were encountered: