Slide 23
Slide 23 text
#MerpayTechFest
{
"info": {
"_postman_id": "3c794208-be0b-48cf-9558-04910aa40430",
"name": "example",
"schema":
"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Echo Service",
"event": [
{
"listen": "test",
"script": {
"id": "de3c44f3-4ae5-4352-8b5f-35bdbe4024a2",
"exec": [
"pm.test(\"response status code is OK\", () => {",
" pm.response.to.have.status(200);",
"})",
"",
"pm.test('message must be \"hello\"', function () {",
" const jsonData = pm.response.json();",
" pm.expect(jsonData.message).to.eql(\"hello\");",
"});"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"message\": \"hello\",\n}"
},
"url": {
"raw": "http://localhost:8080",
"protocol": "http",
"host": ["localhost"],
"port": "8080"
}
},
"response": []
}
]
}
Exported JSON