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 have the need to know the execution context of the request:
Name of the Request executed
Path of the .bru name
Execution mode: single, runner, cli
Associated documentation of the request
This will allow me to take some decisions in scripts, such as how to name logs, where to find data associated to every request, apply or exclude some tests depending on the way it is launched, etc.
I have the need to know the execution context of the request:
This will allow me to take some decisions in scripts, such as how to name logs, where to find data associated to every request, apply or exclude some tests depending on the way it is launched, etc.
Pre Request script example
Outputs
I am preparing a PR with this solution
The text was updated successfully, but these errors were encountered: