mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 12:45:38 +00:00
* revamp: collection and global env selector dropdown --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Pragadesh-45 <54320162+Pragadesh-45@users.noreply.github.com> Co-authored-by: Anoop M D <anoop.md1421@gmail.com> Co-authored-by: sanish-bruno <sanish@usebruno.com> Co-authored-by: bernborgess <bernborgesse@outlook.com> Co-authored-by: lohit <lohit@usebruno.com> Co-authored-by: Its-Treason <39559178+Its-treason@users.noreply.github.com> Co-authored-by: jayakrishnancn <jayakrishnancn@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "test_collection",
|
|
"version": "1",
|
|
"items": [
|
|
{
|
|
"type": "http",
|
|
"name": "test",
|
|
"filename": "test.bru",
|
|
"seq": 1,
|
|
"settings": {
|
|
"encodeUrl": true
|
|
},
|
|
"tags": [],
|
|
"request": {
|
|
"url": "{{host}}",
|
|
"method": "POST",
|
|
"headers": [],
|
|
"params": [],
|
|
"body": {
|
|
"mode": "json",
|
|
"json": "{\n \"userId\": {{userId}},\n \"title\": \"{{postTitle}}\",\n \"body\": \"{{postBody}}\",\n \"apiToken\": \"{{secretApiToken}}\"\n}",
|
|
"formUrlEncoded": [],
|
|
"multipartForm": [],
|
|
"file": []
|
|
},
|
|
"script": {},
|
|
"vars": {},
|
|
"assertions": [],
|
|
"tests": "",
|
|
"docs": "",
|
|
"auth": {
|
|
"mode": "inherit"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"environments": [],
|
|
"brunoConfig": {
|
|
"version": "1",
|
|
"name": "test_collection",
|
|
"type": "collection",
|
|
"ignore": [
|
|
"node_modules",
|
|
".git"
|
|
],
|
|
"size": 0.000133514404296875,
|
|
"filesCount": 1,
|
|
"proxy": {
|
|
"bypassProxy": "",
|
|
"enabled": false,
|
|
"auth": {
|
|
"enabled": false,
|
|
"username": "",
|
|
"password": ""
|
|
},
|
|
"port": null,
|
|
"hostname": "",
|
|
"protocol": "http"
|
|
}
|
|
}
|
|
} |