{% if run.skipped > 0 %}
{% endif %}
{% if run.error > 0 %}
{% endif %}
{% for tc in run.test_cases %}
{% endfor %}
{{ tc.name }}
{{ tc.status }}
{{ tc.file_path }}
No Test Selected
Click on a test case from the list on the left to see full details, steps, screenshots, and logs.