Test Results Report

contraqctor v{{ version }} • Test run: {{ timestamp }}

{{ statistics.total }}
Total
{{ statistics.passed }}
Passed
{{ statistics.failed }}
Failed
{{ statistics.error }}
Error
{{ statistics.warnings }}
Warning
{{ statistics.skipped }}
Skipped
{% if statistics.total > 0 %}
{% if statistics.passed > 0 %}
{% endif %} {% if statistics.failed > 0 %}
{% endif %} {% if statistics.error > 0 %}
{% endif %} {% if statistics.warnings > 0 %}
{% endif %} {% if statistics.skipped > 0 %}
{% endif %}
{% endif %}

Test Results

{% for group in groups %} {% endfor %}