bruno/packages/bruno-tests/collection/collection.bru

24 lines
388 B
Plaintext
Raw Normal View History

2024-01-29 09:04:55 +01:00
headers {
check: again
token: {{collection_pre_var_token}}
2024-01-29 09:04:55 +01:00
}
auth {
2024-03-12 19:13:50 +01:00
mode: bearer
}
auth:bearer {
token: {{bearer_auth_token}}
2024-01-29 09:04:55 +01:00
}
vars:pre-request {
collection_pre_var: collection_pre_var_value
collection_pre_var_token: {{request_pre_var_token}}
}
2024-01-29 09:04:55 +01:00
docs {
# bruno-testbench 🐶
This is a test collection that I am using to test various functionalities around bruno
}