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