{% for te in test_executions %} {% else %} {% endfor %}
Test Runs Success Score Status Duration
{% for rr in run_results_map.get(te.id, []) %} {% else %} {% endfor %}
Run Status Error
{{ rr.run_number }} {{ rr.response_status }} {% if rr.error %} {{ rr.error[:120] }}{% if rr.error|length > 120 %}…{% endif %} {% else %} — {% endif %}
No run results.
{% if te.statistics %}
Statistics JSON
{{ te.statistics|tojson(indent=2) }}
{% endif %}
No test results yet.