开始时间: {{ report_summary.start_time }}
执行耗时: {{ report_summary.duration }}
状态: 通过: {{ report_summary.status.pass }} 失败:{{ report_summary.status.fail }} 错误:{{ report_summary.status.error }} 跳过:{{ report_summary.status.skip }}
{{ description }}
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.tid }}: {{ detail.output }} |
|||||
{{ detail.desc }} |
{{ detail.status }} | |||||
Total | {{ report_detail.count }} | {{ report_detail.pass }} | {{ report_detail.fail }} | {{ report_detail.error }} | {{ report_detail.skip }} |