{{ title }}

开始时间: {{ report_summary.start_time }}

执行耗时: {{ report_summary.duration }}

状态:  通过: {{ report_summary.status.pass }}   失败:{{ report_summary.status.fail }}   错误:{{ report_summary.status.error }}   跳过:{{ report_summary.status.skip }} 

{{ description }}

Show Summary Failed All

{% for test in report_detail.tests %} {% for detail in test.detail %} {% if detail.has_output %} {% else %} {% endif %} {% endfor %} {% endfor %}
Test Group/Test case Count Pass Fail Error Skip View
{{ test.summary.desc }} {{ test.summary.count }} {{ test.summary.pass }} {{ test.summary.fail }} {{ test.summary.error }} {{ test.summary.skip }} Detail
{{ detail.desc }}
{{ detail.status }}
{{ detail.desc }}
{{ detail.status }}
Total {{ report_detail.count }} {{ report_detail.pass }} {{ report_detail.fail }} {{ report_detail.error }} {{ report_detail.skip }}