mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
cb395e7649
Support for Collection Variables --------- Co-authored-by: lohit <lohit.jiddimani@gmail.com> Co-authored-by: lohit <lohxt.space@gmail.com>
24 lines
388 B
Plaintext
24 lines
388 B
Plaintext
headers {
|
|
check: again
|
|
token: {{collection_pre_var_token}}
|
|
}
|
|
|
|
auth {
|
|
mode: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{bearer_auth_token}}
|
|
}
|
|
|
|
vars:pre-request {
|
|
collection_pre_var: collection_pre_var_value
|
|
collection_pre_var_token: {{request_pre_var_token}}
|
|
}
|
|
|
|
docs {
|
|
# bruno-testbench 🐶
|
|
|
|
This is a test collection that I am using to test various functionalities around bruno
|
|
}
|