{{title}}

{% if description %}
{{description}}
{% endif %} {% if tester %}
执行人: {{tester}}
{% endif %}
概要: 执行总数: {{run_num}} 通过: {{pass_num}} 失败: {{fail_num}} 出错: {{error_num}} 跳过: {{skipped_num}}
开始时间: {{start_at}} 结束时间: {{end_at}} 耗时: {{duration}}s
{% for name, test_class in test_classes.items() %} {% for test in test_class['test_cases'] %} {% endfor %} {% endfor %}
序号用例总数通过失败出错
{{name}}{{test_class.total}}{{test_class.pass_num}}{{test_class.fail_num}}{{test_class.error_num}}
{{test.sn}}{{test.name}}{{test.status}}
{{test.exec_info}}