bruno/packages/bruno-tests/collection/collection.bru
2024-01-29 13:34:55 +05:30

23 lines
291 B
Plaintext

headers {
check: again
}
auth {
mode: none
}
auth:basic {
username: bruno
password: {{basicAuthPassword}}
}
auth:bearer {
token: {{bearerAuthToken}}
}
docs {
# bruno-testbench 🐶
This is a test collection that I am using to test various functionalities around bruno
}