Schneider Report for build {{ build.version }}

(-- write important text for the report here --)

Details for build {{ build.version }}

build location {{ build.metadata.build_location }}

Test results per Job

{% for testrun in testruns %}
Job Job url
Environment {{ testrun.environment.slug }}
Tests {% for suite in testrun.test_suites %} {% endfor %}
Suite Test
{{ suite.name }} {% for test in suite.tests %} {% endfor %}
{{ test.short_name }} ({{ test.status }})
{% endfor %}