Test API Report

{{#with summary}}
Collection
{{collection.name}}
{{#if collection.description}}
Description
{{collection.description}} 
{{/if}} {{/with}}
Time
{{timestamp}}
 
 
Total
Failed
{{#with summary}} {{#with stats}}
Iterations
{{iterations.total}}
{{iterations.failed}}
Requests
{{requests.total}}
{{requests.failed}}
Prerequest Scripts
{{prerequestScripts.total}}
{{prerequestScripts.failed}}
Test Scripts
{{testScripts.total}}
{{testScripts.failed}}
Assertions
{{assertions.total}}
{{assertions.failed}}
{{/with}}
 
Total run duration
{{duration}}
Total data received
{{responseTotal}} (approx)
Average response time
{{responseAverage}}
 
Total Failures
{{failures}}
{{/with}}

Requests

{{#each aggregations}} {{#if parent.name}}

{{> aggregations}}
{{else}} {{> aggregations}} {{/if}} {{/each}}
{{#*inline "aggregations"}} {{#each executions}}
{{#with request}} {{#if description.content}}
Description
{{description.content}}
 
{{/if}}
Method
{{method}}
URL
{{/with}}
 
Mean time per request
{{mean.time}}

Mean size per request
{{mean.size}}

 

Total passed tests
{{cumulativeTests.passed}}
Total failed tests
{{cumulativeTests.failed}}

 

Status code
{{response.code}}

{{#if assertions.length}}
 
Tests
{{#each assertions}}{{/each}}
NamePass countFail count
{{this.name}}{{this.passed}}{{this.failed}}
{{/if}}
{{/each}} {{/inline}}