{{ title }}

{% if description %}

{{ description }}

{% endif %}

Start time: {{ report_summary.start_time }}

Execution time: {{ report_summary.duration }}

Status:  Pass: {{ report_summary.status.pass }}   Fail:{{ report_summary.status.fail }}   Error:{{ report_summary.status.error }}   Skip:{{ report_summary.status.skip }} 

{{ report_detail.count }}

Total case

{{ report_summary.suite_count }}

Total suite

Display : Summary Fail Error Skip All

{% for test in report_detail.tests %} {% for detail in test.detail %} {% if detail.has_output %} {% else %} {% endif %} {% endfor %} {% endfor %}
Test Case Collection Total case Pass Fail Error Skip Check
{{ test.summary.desc }} {{ test.summary.count }} {{ test.summary.pass }} {{ test.summary.fail }} {{ test.summary.error }} {{ test.summary.skip }} Details
{{ detail.desc }}
{{ detail.status | upper }}
{{ detail.desc }}
{{ detail.status | upper }}
Total {{ report_detail.count }} {{ report_detail.pass }} {{ report_detail.fail }} {{ report_detail.error }} {{ report_detail.skip }}