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

23 lines
295 B
Plaintext
Raw Normal View History

2024-01-29 09:04:55 +01:00
headers {
check: again
}
auth {
mode: bearer
2024-01-29 09:04:55 +01:00
}
auth:basic {
username: bruno
password: {{basicAuthPassword}}
}
auth:bearer {
token: {{bearer_auth_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
}