{% if report_containers[tag]["test_success"] %}
{{ report_containers[tag]["platform"] }} PASS
{% else %}{{ report_containers[tag]["platform"] }} FAIL
{% endif %}{% if report_status.lower() == "pass" %} {{ image }} {% else %} {{ image }}:{{ tag }} {% endif %}
Runtime: {{ report_containers[tag]["runtime"] }}
{% if screenshot %}
{% else %}
WEB_SCREENSHOT ENV Disabled
{% endif %}
Build Information
{% for key, value in report_containers[tag]["build_info"].items() %}
{{ key|capitalize }}: {{ value }}
{% endfor %}
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"] }} |