Test Cases: {{^testCases}} Not Defined {{/testCases}}

{{#testCases}}
{{name}}
{{url}}

{{{description}}}

Request:

{{#request}}

{{#if validationSchema}} Validation schema: {{validationSchema}}
{{/if}} {{#if mockBody}} mock body: {{mockBody}} {{/if}}

{{> headers.html}} {{> cookies.html}} {{/request}}

Response:

{{#response}}

{{#if validationSchema}} Validation schema: {{validationSchema}}
{{/if}} {{#if mockBody}} mock body: {{mockBody}} {{/if}}

{{> headers.html}} {{> cookies.html}} {{/response}}
{{/testCases}}