{{ image }}:{{ tag }}
{% else %}
WEB_SCREENSHOT ENV Disabled
{% endif %}
Build Version: {{ report_containers[tag]["build_version"] }}
Container Logs
{{ report_containers[tag]["logs"] }}
Package info
{{ 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 | |
|---|---|---|---|
| {{ 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"] }} |