{{ 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 }}
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.tid }}: {{ detail.output }} |
|||||
{{ detail.desc }} |
{{ detail.status | upper }} | |||||
Total | {{ report_detail.count }} | {{ report_detail.pass }} | {{ report_detail.fail }} | {{ report_detail.error }} | {{ report_detail.skip }} |