{% extends "squad/base.html" %} {% load squad %} {% block content %}

{{project.group.name}} » {{project.name}} » Build {{build.version}} » Test run {{test_run.job_id}} » Test results for {{suite}}

Test environment: {{test_run.environment}} {% if test_run.environment.description %} {% endif %}

{% if test_run.environment.description %} {% endif %}

Suite: {{suite}} {% if status.suite_version %} {{status.suite_version.version}} {% endif %} {% if suite.metadata.description %} {% endif %}

{% if suite.metadata.description %} {% endif %}

Test results

{% include "squad/_pagination.html" with items=tests %} {% for test in tests %} {% include "squad/_test_run_test.html" with suite=status.suite %} {% endfor %} {% include "squad/_pagination.html" with items=tests %} {% endblock %}