{{title}}

{% if description %}
{{description}}
{% endif %} {% if tester %}
执行人: {{tester}}
{% endif %}
概要: 总数: {{total}} 执行数: {{run_num}} 通过: {{pass_num}} 失败: {{fail_num}} 出错: {{error_num}} 跳过: {{skipped_num}}
开始时间: {{start_at}} 结束时间: {{end_at}} 耗时: {{duration}}s
{% for test_class in test_classes %} {% for test in test_class.test_cases %} {% endif %} {% endif %} {% endfor %} {% endfor %}
序号用例总数通过失败出错耗时
{{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.status}} {% if test.output %}
{{test.output}}{% endif %} {% if test.exec_info %}
{{test.exec_info}}
{{test.duration}}