{{#with summary}}
{{/with}}

{{title}}

{{timestamp}}
{{#with summary}}
Total Iterations

{{stats.iterations.total}}

Total Assertions

{{totalTests stats.assertions.total skippedTests.length}}

Total Failed Tests

{{failures.length}}

Total Skipped Tests

{{#gt skippedTests.length 0}}{{skippedTests.length}}{{else}}0{{/gt}}


File Information
Collection: {{collection.name}}
{{/with}} {{#if folders}} Specified Folders: {{folders}}
{{/if}} {{#with summary}} {{#if environment.name}} Environment: {{environment.name}}
{{/if}}
{{#if @root.showGlobalData}} {{#if globals.values.members.length}}
{{#each globals.values.members}} {{#isNotIn key @root.skipGlobalVars}} {{/isNotIn}} {{/each}}
Variable NameVariable Value
{{key}} {{value}}
{{/if}} {{/if}} {{#if @root.showEnvironmentData}} {{#if environment.values.members.length}}
{{#each environment.values.members}} {{#isNotIn key @root.skipEnvironmentVars}} {{/isNotIn}} {{/each}}
Variable NameVariable Value
{{key}} {{value}}
{{/if}} {{/if}} {{#if collection.description}}
Collection Description
{{collection.description}}
{{/if}}
Timings and Data
Total run duration: {{duration}}
Total data received: {{responseTotal}}
Average response time: {{responseAverage}}
{{/with}}
{{#with summary.stats}} {{/with}} {{#with summary}} {{/with}}
Summary Item Total Failed
Requests {{requests.total}} {{requests.failed}}
Prerequest Scripts {{prerequestScripts.total}} {{prerequestScripts.failed}}
Test Scripts {{testScripts.total}} {{testScripts.failed}}
Assertions {{totalTests stats.assertions.total skippedTests.length}} {{stats.assertions.failed}}
Skipped Tests {{#gt skippedTests.length 0}}{{skippedTests.length}}{{else}}0{{/gt}} -

{{#if summary.failures.length}}


{{#with summary}}

Showing {{failures.length}} {{#gt failures.length 1}}Failures{{else}}Failure{{/gt}}

{{/with}} {{#each summary.failures}}
Failed Test: {{error.test}}

Assertion Error Message
{{error.message}}
{{/each}} {{else}}


There are no failed tests



{{/if}}
{{#if summary.skippedTests.length}}


{{#with summary}}

Showing {{skippedTests.length}} Skipped {{#gt skippedTests.length 1}}Tests{{else}}Test{{/gt}}

{{/with}} {{#each summary.skippedTests}} {{/each}} {{else}}


There are no skipped tests



{{/if}}
{{#with summary}}
{{stats.iterations.total}} {{#gt stats.iterations.total 1}}Iterations{{else}}Iteration{{/gt}} available to view
{{#gt stats.iterations.total 18}}{{/gt}} {{/with}}
{{#each aggregations}} {{#if parent.name}}
{{parent.name}} - {{executions.length}} {{#gt executions.length 1}}Requests{{else}}Request{{/gt}} in the folder
{{> aggregations}} {{else}} {{> aggregations}} {{/if}} {{/each}}
{{#*inline "aggregations"}} {{#if @root.showFolderDescription}} {{#if parent.description.content}}
Folder Description
{{parent.description.content}}
{{/if}} {{/if}} {{#each executions}} {{setScenarioNumber item.name}} {{#or cumulativeTests.skipped cumulativeTests.failed}}
{{#if cumulativeTests.skipped}} {{cumulativeTests.skipped}} Skipped {{#gt cumulativeTests.skipped 1}}Tests{{else}}Test{{/gt}} {{/if}}
{{#with request}} {{#if description.content}}
Request Description
{{description.content}}
{{/if}} {{/with}}
Request Information
Request Method: {{request.method}}
Request URL: {{request.url}}
Response Information
Response Code: {{response.code}} - {{response.status}}
Mean time per request: {{mean.time}}
Mean size per request: {{mean.size}}

Test Pass Percentage
{{#if assertions.length}}
{{#gte cumulativeTests.passed 1}}{{percent cumulativeTests.passed cumulativeTests.failed}} %{{else}}0 %{{/gte}}
{{else}}
No Tests for this request
{{/if}}
{{#with request}} {{#unless @root.omitHeaders}} {{#unless @root.skipSensitiveData}}
Request Headers
{{#if headers}}
{{#each headers.members}} {{#isNotIn key @root.skipHeaders}} {{/isNotIn}} {{/each}}
Header NameHeader Value
{{key}} {{value}}
{{/if}}
{{/unless}} {{/unless}} {{/with}} {{#unless @root.skipSensitiveData}} {{#unless @root.omitRequestBodies}} {{#isNotIn item.name @root.hideRequestBody}} {{#with request}} {{#if body.raw}}
Request Body
{{body.raw}}
{{/if}} {{/with}} {{/isNotIn}} {{/unless}} {{/unless}} {{#unless @root.skipSensitiveData}} {{#unless @root.omitRequestBodies}} {{#isNotIn item.name @root.hideRequestBody}} {{#with request}} {{#if body.formdata.members}}
Request Body
{{formdata body.formdata.members}}
{{/if}} {{/with}} {{/isNotIn}} {{/unless}} {{/unless}} {{#unless @root.skipSensitiveData}} {{#unless @root.omitRequestBodies}} {{#isNotIn item.name @root.hideRequestBody}} {{#with request}} {{#if body.urlencoded.members}}
Request Body
{{formdata body.urlencoded.members}}
{{/if}} {{/with}} {{/isNotIn}} {{/unless}} {{/unless}} {{#unless @root.skipSensitiveData}} {{#unless @root.omitRequestBodies}} {{#isNotIn item.name @root.hideRequestBody}} {{#with request}} {{#if body.graphql}}
Request Body
{{body.graphql.query}}
{{#if body.graphql.variables }}
Graphql Variables
{{body.graphql.variables}}
{{/if}}
{{/if}} {{/with}} {{/isNotIn}} {{/unless}} {{/unless}} {{#unless @root.omitHeaders}} {{#unless @root.skipSensitiveData}}
Response Headers
{{#if response.header}}
{{#each response.header}} {{#isNotIn key @root.skipHeaders}} {{/isNotIn}} {{/each}}
Header NameHeader Value
{{key}} {{value}}
{{/if}}
{{/unless}} {{/unless}} {{#unless @root.skipSensitiveData}} {{#unless @root.omitResponseBodies}} {{#isNotIn item.name @root.hideResponseBody}}
Response Body
{{#if response.body}}
{{response.body}}
{{else}}
No Response Body for this request
{{/if}}
{{/isNotIn}} {{/unless}} {{/unless}} {{#if consoleLogs.length}}
Console Logs
{{#each consoleLogs}} {{/each}}
Log Messages
{{#each messages}}{{this}}{{/each}}
{{/if}}
Test Information
{{#if assertions.length}}
{{#each assertions}} {{/each}}
NamePassedFailedSkipped
{{this.name}} {{this.passed}} {{this.failed}} {{this.skipped}}
Total {{cumulativeTests.passed}} {{cumulativeTests.failed}} {{cumulativeTests.skipped}}
Test {{#lte cumulativeTests.failed 1}}Failure{{else}}Failures{{/lte}}
{{#each assertions}} {{#isTheSame testFailure.test this.name}} {{/isTheSame}} {{/each}}
Test NameAssertion Error
{{testFailure.test}}
{{testFailure.message}}
{{else}}
No Tests for this request
{{/if}}
{{/or}} {{/each}} {{/inline}} {{#eq noSyntaxHighlighting false}} {{/eq}}