{% if report_containers[tag]["test_success"] %}
PASS
{% else %}FAIL
{% endif %}{% if report_status.lower() == "pass" %} {{ image }}:{{ tag }} {% else %} {{ image }}:{{ tag }} {% endif %}
Runtime: {{ report_containers[tag]["runtime"] }}
{% if screenshot %}
{% else %}
WEB_SCREENSHOT ENV Disabled
{% endif %}
Build Information
Version: {{ report_containers[tag]["build_info"]["version"] }}
Created: {{ report_containers[tag]["build_info"]["created"] }}
Size: {{ report_containers[tag]["build_info"]["size"] }}
Maintainer: {{ report_containers[tag]["build_info"]["maintainer"] }}
Expand
{{ report_containers[tag]["logs"] }}
Expand
{{ report_containers[tag]["sysinfo"] }}
Warnings
{% for warning in report_containers[tag]["warnings"] %} {% if report_containers[tag]["warnings"][warning] %} {{ report_containers[tag]["warnings"][warning] }}
| Test | Result | Message | Runtime | |
|---|---|---|---|---|
| {{ test }} | {% if report_containers[tag]["test_results"][test]['status'] == 'PASS' %}{{ report_containers[tag]["test_results"][test]['status'] }} | {% else %}{{ report_containers[tag]["test_results"][test]['status'] }} | {% endif %}{{ report_containers[tag]["test_results"][test]["message"] }} | {{ report_containers[tag]["test_results"][test]["runtime"] }} |