{{#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}}
{{else}}
{{> aggregations}}
{{/if}}
{{/each}}