| 执行概况 | 用例源码 | 测试床 | ||||||
|---|---|---|---|---|---|---|---|---|
| 用例编号 | {{caseid}} |
{{sourcecode}}
|
{{testbed}}
|
|||||
| 执行结果 | {{result}} | |||||||
| 开始时间 | {{starttime}} | |||||||
| 结束时间 | {{endtime}} | |||||||
| 执行时长 | {{duration}} | |||||||
{% for stage, records in stage_records.items() %}
{% endfor %}
| time | level | location | |
|---|---|---|---|
| {{record.asctime}} | {{record.levelname}} | {{record.filename}}:{{record.lineno}} |
{{record.message.replace('<','<').replace('>','>')}}{% if 'hook' in record and 'more' in record.hook %} @more{% endif %}
{% if 'hook' in record and 'more' in record.hook %}
{% endif %}
|
{% endfor %}