Image test comparison

{{ 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 %} {% for result in results.cards -%} {% if result.result_image -%} {% macro image(file) -%} {%- endmacro -%} {{ image(result.baseline_image) }} {{ image(result.diff_image) }} {{ image(result.result_image) }} {%- endif %} {%- endfor %}
Baseline Diff Result
{{ 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 %}{% endif %}