chore: updated bru files formatting

This commit is contained in:
Anoop M D 2023-01-14 04:37:39 +05:30
parent 55f85e3728
commit 6ef2daebbd
2 changed files with 82 additions and 82 deletions

View File

@ -5,15 +5,15 @@ method GET
url https://api.textlocal.in/bulk_json?apiKey=secret=&numbers=919988776655&message=hello&sender=600010 url https://api.textlocal.in/bulk_json?apiKey=secret=&numbers=919988776655&message=hello&sender=600010
params params
1 apiKey secret 1 apiKey secret
1 numbers 998877665 1 numbers 998877665
1 message hello 1 message hello
/params /params
headers headers
1 content-type application/json 1 content-type application/json
1 accept-language en-US,en;q=0.9,hi;q=0.8 1 accept-language en-US,en;q=0.9,hi;q=0.8
0 transaction-id {{transactionId}} 0 transaction-id {{transactionId}}
/headers /headers
body-mode json body-mode json
@ -44,59 +44,59 @@ body(type=graphql)
/body /body
script script
let user = 'John Doe'; let user = 'John Doe';
function onRequest(request) { function onRequest(request) {
request.body.user = user; request.body.user = user;
} }
function onResponse(request, response) { function onResponse(request, response) {
expect(response.status).to.equal(200); expect(response.status).to.equal(200);
} }
/script /script
assert assert
{ {
"$res.data.order.items.length": 1, "$res.data.order.items.length": 1,
"$res.data.orderNumber.isDefined": true "$res.data.orderNumber.isDefined": true
} }
/assert /assert
vars vars
1 petId $res.data.id 1 petId $res.data.id
/vars /vars
response-example
name Created
status 201
headers
1 content-type application/json
1 accept-language en-US,en;q=0.9,hi;q=0.8
0 transaction-id {{transactionId}}
/headers
body
{
"data": {
"launchesPast": [
{
"launch_site": {
"site_name": "CCAFS SLC 40"
},
"launch_success": true
},
{
"launch_site": {
"site_name": "VAFB SLC 4E"
},
"launch_success": true
}
]
}
}
/body
/response-example
readme readme
Documentation about the request Documentation about the request
/readme /readme
response-example
name Created
status 201
headers
1 content-type application/json
1 accept-language en-US,en;q=0.9,hi;q=0.8
0 transaction-id {{transactionId}}
/headers
body
{
"data": {
"launchesPast": [
{
"launch_site": {
"site_name": "CCAFS SLC 40"
},
"launch_success": true
},
{
"launch_site": {
"site_name": "VAFB SLC 4E"
},
"launch_success": true
}
]
}
}
/body
/response-example

View File

@ -61,41 +61,41 @@ assert
} }
/assert /assert
readme
Documentation about the request
/readme
vars vars
1 petId $res.data.id 1 petId $res.data.id
/vars /vars
response-example readme
name Created Documentation about the request
status 201 /readme
headers
1 content-type application/json
1 accept-language en-US,en;q=0.9,hi;q=0.8
0 transaction-id {{transactionId}}
/headers
body response-example
{ name Created
"data": { status 201
"launchesPast": [ headers
{ 1 content-type application/json
"launch_site": { 1 accept-language en-US,en;q=0.9,hi;q=0.8
"site_name": "CCAFS SLC 40" 0 transaction-id {{transactionId}}
}, /headers
"launch_success": true
}, body
{ {
"launch_site": { "data": {
"site_name": "VAFB SLC 4E" "launchesPast": [
}, {
"launch_success": true "launch_site": {
"site_name": "CCAFS SLC 40"
},
"launch_success": true
},
{
"launch_site": {
"site_name": "VAFB SLC 4E"
},
"launch_success": true
}
]
} }
] }
} /body
}
/body
/response-example /response-example