Newman Run Dashboard

Tuesday, 17 March 2020 18:35:22
Total Iterations

1

Total Assertions

14

Total Failed Tests

0

Total Skipped Tests

0


File Information
Collection: Credit-Check
Timings and Data
Total run duration: 188ms
Total data received: 489B
Average response time: 50ms
Summary Item Total Failed
Requests 2 0
Prerequest Scripts 0 0
Test Scripts 2 0
Assertions 14 0
Skipped Tests 0 -



There are no failed tests





There are no skipped tests



1 Iteration available to view
Request Information
Request Method: GET
Request URL: localhost:8181/
Response Information
Response Code: 200 - OK
Mean time per request: 95ms
Mean size per request: 284B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.6.0
Accept */*
Host localhost:8181
accept-encoding gzip, deflate
Response Headers
Header NameHeader 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
Response Body
      { 
                  "home" : 
                  [
                      {
                          "id" : "list"
                          ,"name" : "credit-check"
                          ,"rel" : "collection credit-check"
                          ,"href" : "http://localhost:8181/list/"
                      }
                  ]
               }
            
Test Information
NamePassedFailedSkipped
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 Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: localhost:8181/form/
Response Information
Response Code: 400 - Bad Request
Mean time per request: 6ms
Mean size per request: 205B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept */*
User-Agent PostmanRuntime/7.6.0
Host localhost:8181
accept-encoding gzip, deflate
content-length
Response Headers
Header NameHeader 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
Response Body
{
          "error": [
            {
              "type": "error",
              "title": "Missing companyName ",
              "detail": "Missing companyName ",
              "status": "400",
              "instance": "http://localhost:8181/form/"
            }
          ]
        }
Test Information
NamePassedFailedSkipped
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 Failure
Test NameAssertion Error