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

Skip Single Request #3764

Open
1 task done
nikischin opened this issue Jan 8, 2025 · 0 comments
Open
1 task done

Skip Single Request #3764

nikischin opened this issue Jan 8, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@nikischin
Copy link
Contributor

nikischin commented Jan 8, 2025

I have checked the following:

  • 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:

if(bru.getExecutionMode() === 'runner'){
 req.skip();
}

Mockups or Images of the feature

Implement new req.skip(); to skip both runner and single requests.

367551706-289f6d81-16b2-4944-baff-d55cd3fab227 Image credits: @JorgeTrovisco
@nikischin nikischin added the enhancement New feature or request label Jan 8, 2025
@nikischin nikischin mentioned this issue Jan 8, 2025
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant