it('{{testLevelDescription}}', function() { var response = cy.request('{{op}}', '{{scheme}}://{{host}}{{path}}', { {{#if (notEmptyObject query)}} 'qs': {{json query}},{{/if}}{{#if (notEmptyObject body)}} 'body': {{json body}},{{/if}}{{#if (notEmptyObject formData)}} 'formData': {{json formData}},{{/if}}{{#if (notEmptyObject headers)}} 'headers': {{json headers}},{{/if}} 'time': true }).snapshot(); });