{{ results.statistics['passed'] }} passed {% if results.statistics['failed_baseline'] > 0 -%} hash comparison, although {{ results.statistics['failed_baseline'] }} of those have a different baseline image {%- endif %}
{{ results.statistics['failed'] }} failed {% if results.statistics['passed_baseline'] > 0 -%} hash comparison, although {{ results.statistics['passed_baseline'] }} of those have a matching baseline image {%- endif %}
{% if hash_library -%}Download generated hash library
{%- endif %}| Baseline | Diff | Result | |
|---|---|---|---|
| {% macro image(file) -%}{{ result.module }} {{ result.name }} {{ result.status | upper }} RMS: {{ result.rms_str }} ({{ result.image_status }}){% if result.result_hash -%} Result hash: {{ result.result_hash }} ({{ result.hash_status}}){%- endif %} | {% if file %}{%- endmacro -%}
        {{ image(result.baseline_image) }}
        {{ image(result.diff_image) }}
        {{ image(result.result_image) }} |