Expand all
Collapse all
{% if include.testRun.device.type == "card" %}
{% endif %}
|
Test result |
Description |
Result |
{% if include.testRun.device.type == "card" %}
Duration |
{% endif %}
{% for test in include.testRun.tests %}
{% include result_row.html test=test depth=1 %}
{% endfor %}