Summary Item | Total | Failed |
---|---|---|
Requests | 2 | 0 |
Prerequest Scripts | 0 | 0 |
Test Scripts | 2 | 0 |
Assertions | 14 | 0 |
Skipped Tests | 0 | - |
Header Name | Header Value |
---|---|
User-Agent | PostmanRuntime/7.6.0 |
Accept | */* |
Host | localhost:8181 |
accept-encoding | gzip, deflate |
Header Name | Header Value |
---|---|
X-Powered-By | Express |
Access-Control-Allow-Origin | * |
Content-Type | application/json; charset=utf-8 |
Content-Length | 284 |
ETag | W/"11c-JyJP451ibFnGeL31kNh8YoUw9SU" |
Date | Tue, 17 Mar 2020 22:35:21 GMT |
Connection | keep-alive |
{
"home" :
[
{
"id" : "list"
,"name" : "credit-check"
,"rel" : "collection credit-check"
,"href" : "http://localhost:8181/list/"
}
]
}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status is 200 | 1 | 0 | 0 |
Content-Type includes application/json | 1 | 0 | 0 |
root has a valid home object | 1 | 0 | 0 |
home.id includes list | 1 | 0 | 0 |
home.name includes credit-check | 1 | 0 | 0 |
home.rel includes credit-check | 1 | 0 | 0 |
home.rel includes collection | 1 | 0 | 0 |
Total | 7 | 0 | 0 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
Accept | */* |
User-Agent | PostmanRuntime/7.6.0 |
Host | localhost:8181 |
accept-encoding | gzip, deflate |
content-length |
Header Name | Header Value |
---|---|
X-Powered-By | Express |
Access-Control-Allow-Origin | * |
Content-Type | application/problem+json; charset=utf-8 |
Content-Length | 205 |
ETag | W/"cd-EWMVYZ/Q7fYV8u9vJzMsOP6PMy4" |
Date | Tue, 17 Mar 2020 22:35:21 GMT |
Connection | keep-alive |
{
"error": [
{
"type": "error",
"title": "Missing companyName ",
"detail": "Missing companyName ",
"status": "400",
"instance": "http://localhost:8181/form/"
}
]
}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status is 400 | 1 | 0 | 0 |
Content-Type includes application/problem+json | 1 | 0 | 0 |
root has a valid error object | 1 | 0 | 0 |
error.type includes error | 1 | 0 | 0 |
error.title includes Missing companyName | 1 | 0 | 0 |
error.detail includes Missing companyName | 1 | 0 | 0 |
error.status includes 400 | 1 | 0 | 0 |
Total | 7 | 0 | 0 |
Test Name | Assertion Error |
---|