< Back to home
< Back to "big table" (list of all runs)
< Back to "matrix" (for this run)

{{ run }} :: {{ title }}{% if is_group_by_catalog %} :: (Group by catalog){% endif %}


{% if group %}
Tests completed:   {% for item in group %} {{ item.name }}   
{% endfor %}
{% for item in group %} {{ item.status }}
{% endfor %}

{% if is_group_by_catalog %} {% else %} {% if summary.files %} {% endif %}
Summary outputs:
{% for f in summary.files %}   {{ f.filename }}
{% endfor %}
{% for f in summary.files %} {% if f.is_png %}
{% endif %} {% endfor %}

{% endif %} {% for item in group %}

{{ item.name }}   

{{ item.status }}
{{ item.summary }}
{% if item.files %} Outputs:
{% for f in item.files %}   {{ f.filename }}
{% endfor %}
{% endif %}
{% for f in item.files %} {% if f.is_png %}
{% endif %} {% endfor %}

Return to top {% endfor %} {% else %} No tests were made {% endif %}