Variable Precedence in Bruno #2332
helloanoop
started this conversation in
Ideas
Replies: 1 comment
-
Now that everything is implemented, it would be nice to update the documentation
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Variable Precendence in Bruno
The order of precedence of variables in Bruno when executing a request is as follows:
getVar()
,setVar()
In case of a conflict, the variable with the highest precedence will be used. For example, if a variable is defined at the request level and at the environment level, the request level variable will be used.
Just adding the precendence order.
Will document more details later on each variable type
Beta Was this translation helpful? Give feedback.
All reactions