Newman Run Dashboard

Monday, 16 March 2020 20:08:50
Total Iterations

1

Total Assertions

13

Total Failed Tests

0

Total Skipped Tests

0


File Information
Collection: Company API Home Tests
Collection Description
This collection tests the HOME resource of BigCo's Company API.
Timings and Data
Total run duration: 355ms
Total data received: 855B
Average response time: 63ms
Summary Item Total Failed
Requests 3 0
Prerequest Scripts 3 0
Test Scripts 6 0
Assertions 13 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: http://company-atk.herokuapp.com
Response Information
Response Code: 200 - OK
Mean time per request: 141ms
Mean size per request: 285B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.6.0
Accept */*
Host company-atk.herokuapp.com
accept-encoding gzip, deflate
Response Headers
Header NameHeader Value
Server Cowboy
Connection keep-alive
X-Powered-By Express
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 285
Etag W/"11d-ALdue3k0CRN51fOEYzm/0WLtp3o"
Date Tue, 17 Mar 2020 00:10:57 GMT
Via 1.1 vegur
Response Body
      { 
                  "home" : 
                  [
                      {
                          "id" : "list"
                          ,"name" : "company"
                          ,"rel" : "collection company"
                          ,"href" : "http://company-atk.herokuapp.com/list/"
                      }
                  ]
               }
            
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL: http://company-atk.herokuapp.com
Response Information
Response Code: 200 - OK
Mean time per request: 25ms
Mean size per request: 285B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.6.0
Accept */*
Host company-atk.herokuapp.com
accept-encoding gzip, deflate
Response Headers
Header NameHeader Value
Server Cowboy
Connection keep-alive
X-Powered-By Express
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 285
Etag W/"11d-ALdue3k0CRN51fOEYzm/0WLtp3o"
Date Tue, 17 Mar 2020 00:10:57 GMT
Via 1.1 vegur
Response Body
      { 
                  "home" : 
                  [
                      {
                          "id" : "list"
                          ,"name" : "company"
                          ,"rel" : "collection company"
                          ,"href" : "http://company-atk.herokuapp.com/list/"
                      }
                  ]
               }
            
Test Information
NamePassedFailedSkipped
Status is 200 1 0 0
Content-Type header is application/json 1 0 0
Response body contains a valid home object 1 0 0
home.id is set to list 1 0 0
home.name is set to company 1 0 0
home.rel contains company and collection 1 0 0
Total 6 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: GET
Request URL: http://company-atk.herokuapp.com
Response Information
Response Code: 200 - OK
Mean time per request: 24ms
Mean size per request: 285B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.6.0
Accept */*
Host company-atk.herokuapp.com
accept-encoding gzip, deflate
Response Headers
Header NameHeader Value
Server Cowboy
Connection keep-alive
X-Powered-By Express
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 285
Etag W/"11d-ALdue3k0CRN51fOEYzm/0WLtp3o"
Date Tue, 17 Mar 2020 00:10:57 GMT
Via 1.1 vegur
Response Body
      { 
                  "home" : 
                  [
                      {
                          "id" : "list"
                          ,"name" : "company"
                          ,"rel" : "collection company"
                          ,"href" : "http://company-atk.herokuapp.com/list/"
                      }
                  ]
               }
            
Test Information
NamePassedFailedSkipped
Status is 200 1 0 0
Header content-type contains application/json 1 0 0
Valid home object 1 0 0
home has property id set to list 1 0 0
home has property name set to company 1 0 0
home has property rel set to company 1 0 0
home has property rel set to collection 1 0 0
Total 7 0 0
Test Failure
Test NameAssertion Error