Replies: 4 comments 2 replies
-
Yes, We will support this soon. There is an alternative too. If you need something to be run for every request in the collection, Bruno now has support for collection level scripting |
Beta Was this translation helpful? Give feedback.
-
Is there a spot, where I can track the progress of implementation of this feature? |
Beta Was this translation helpful? Give feedback.
-
We would also be highly interested in the feature to run one request and be able to use the outputs. It would improve our testing codebase by a lot. |
Beta Was this translation helpful? Give feedback.
-
That seems to successfully run the request after the current request when I put it in the Pre Request Script section. First run with this syntax fails due to missing token, but a quick subsequent run pulls that "nextRequest" from a stored variable perfectly. I think the feature we are looking for is run this "pre request" as the original poster said, bru.run or maybe bru.runRequest("request name"). Thanks for sharing that idea though @groblochon! |
Beta Was this translation helpful? Give feedback.
-
Just was wondering about how to run requests (e.g. authentication) from within a pre request script. It's all possible with Axios manually and you can even use variables defined.
The point of the idea here is if it's possible to have something like
bru.run("Request name")
basically wrapping the Axios ceremony.Beta Was this translation helpful? Give feedback.
All reactions