{{ 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 }}

case amount

{{ report_summary.suite_count }}

suite amount

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/suite case amount pass fail error skip check
{{ test.summary.desc }} {{ test.summary.count }} {{ test.summary.pass }} {{ test.summary.fail }} {{ test.summary.error }} {{ test.summary.skip }} review details
{{ detail.desc }}
{{ detail.status | upper }}
{{ detail.desc }}
{{ detail.status | upper }}
amount {{ report_detail.count }} {{ report_detail.pass }} {{ report_detail.fail }} {{ report_detail.error }} {{ report_detail.skip }}