{% if run.status == 'success' %}PASSED{% elif run.status == 'warning' %}WARNINGS{% else %}FAILED{% endif %} {{ run.language }} {{ run.framework }}

{{ run.filename }}

{{ run.summary }}

Run: {{ run.id }}
{{ run.files_count }} files
{% for step in run.steps %}
{% if step.status == 'success' %}
{% elif step.status == 'warning' %}
{% elif step.status == 'error' %}
{% else %}
{% endif %} {{ step.name }}
{{ step.status }}

{{ step.message }}

{% if step.logs %}
{{ step.logs }}
{% endif %}
{% endfor %}
Verify Another API Response