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

cli - add support for the bru runner util fns and the bru runRequest fn #3785

Closed
wants to merge 2 commits into from

Conversation

lohxt1
Copy link
Collaborator

@lohxt1 lohxt1 commented Jan 13, 2025

~ bru.runner.skipRequest() fn
     ~ skips the execution of the current request.
     ~ works when included in the pre-request script.
~ bru.runner.stopExecution() fn
     ~ ends the collection run after completing the execution of the current request.

(the above two functions are only valid in a collection run context.)

~ bru.runRequest(requestPathName) fn
     ~ execute and obtain the results of a request in the collection.
     ~ works when included in the pre-request, post-response or tests script.

…o cli

~ bru.runner.skipRequest
~ bru.runner.stopExecution
~ bru.runRequest
@lohxt1 lohxt1 closed this Jan 23, 2025
@lohxt1
Copy link
Collaborator Author

lohxt1 commented Jan 23, 2025

changes have been merged with the pr #3855 to fix the failing tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant