{{ title }}

执行结果

{{ begin_time }}
{{ duration }}
{{ tester }}
通过率 {{ pass_rate }}% ({{ passed }}/{{ total }})

基本信息

{{ desc }}
{{ log_path }}
{{ report_path }}
{{ report_path }}

结果统计

{% for name, foo in module_outcome.items() %} {% endfor %}
ID 模块 耗时 总数 通过 失败 阻塞 跳过 通过率
0 合计 {{ duration }} {{ total }} {{ passed }} {{ failed }} {{ error }} {{ skipped }} {{ pass_rate }}%
{{ loop.index }} {{ name.split("\\")[-1] }} {{ foo.duration }} {{ foo.total }} {{ foo.passed }} {{ foo.failed }} {{ foo.error }} {{ foo.skipped }} {{ foo.pass_rate }}%