{% extends "squad/base.html" %} {% load squad %} {% block content %} {% include "squad/project-nav.html" %}

Build {{build.version}} ยป Test run {{test_run.job_id}}

Metadata

{% for key, value in metadata.items %} {% endfor %}
{{key}} {{value}}
{% for suite, metrics in metrics_by_suite %} {% for metric in metrics %} {% endfor %} {% endfor %} {% if not metrics_by_suite %} {% endif %} {% for suite, tests in tests_by_suite %} {% for test in tests %} {% endfor %} {% endfor %} {% if not tests_by_suite %} {% endif %}

Metrics

{{suite}}

{{metric.name}} {{metric.result}}
 
No metrics in this test run

Tests

{{suite}}

{{test.name}} {% if test.result %} pass {% else %} fail {% endif %}
 
No tests in this test run
{% endblock %}