{% load squad %}

Summary

Tests:
{{summary.tests_total}}
Failed:
{{summary.tests_fail}}
Passed:
{{summary.tests_pass}}
Skipped:
{{summary.tests_skip}}
Build:
{{build.version}}
{% if important_metadata %} {% for key, value in important_metadata.items %}
{{key}}
{{value|metadata_value|urlize}}
{% endfor %} {% endif %}

Regressions{%if previous_build %} (compared to build {{previous_build.version}}){% endif %}

{% if regressions %} {% else %} (none) {% endif %}

Failures

{% if summary.failures %} {% else %} (none) {% endif %}

All changes detected{%if previous_build %} (compared to build {{previous_build.version}}){% endif %}

{% with comparison=notification.comparison %} {% for environment in comparison.all_environments %} {% endfor %} {% for environment in comparison.all_environments %} {% for build in comparison.builds %} {% endfor %} {% endfor %} {% for test, results in comparison.diff.items %} {% for environment in comparison.all_environments %} {% for build in comparison.builds %} {% with result=results|test_result_by_build:build|test_result_by_env:environment %} {% endwith %} {% endfor %} {% endfor %} {% endfor %}
{{environment}}
{{build.version}}
{{test}} {% if result %} {{result}} {% else %} n/a {% endif %}
{% endwith %}