序号 | 用例 | 总数 | 通过 | 失败 | 出错 | 耗时 | 操作 |
---|---|---|---|---|---|---|---|
{{test_class.name}} | {{test_class.total}} | {{test_class.pass_num}} | {{test_class.fail_num}} | {{test_class.error_num}} | 0s | ||
{{test.sn}} | {{test.full_name}}:{{ test.doc }} | {{test.status}} | {{test.duration}} | Detail | |||
标签 {{ test.tags }} 等级 {{test.level}} 开始时间 {{ test.start_at }} 结束时间 {{ test.end_at }} 代码
{% if test.output %}输出: {{test.output}}{% endif %} {% if test.exec_info %}报错信息: {{test.exec_info}}{% endif %} |