#  # Test Results {{ image }}:{{ meta_tag }} ## Cumulative: {{ report_status }} | Test | Result | | ----------------------- | --- |{% for test in report_tests %} | {{ test[0] }} | {{ test[1] }} |{% endfor %} {% for container in report_containers %} ## {{ image }}:{{ container["tag"] }} ### Build Version: {{ container["build_version"] }} {% if screenshot == 'true' %}### Screenshot [![{{ container["tag"] }}]({{ container["tag"] }}.png =600x*)]({{ container["tag"] }}.png) {% endif %} ### Logs Expand ``` {{ container["logs"] }} ``` ### Package info Expand ``` {{ container["sysinfo"] }} ``` {% endfor %}
``` {{ container["logs"] }} ```
``` {{ container["sysinfo"] }} ```