{{ title }}

测试结果汇总

图表展示

详细信息

{% for name, foo in cases.items() %} {% if foo.outcome == 'passed' %} {% if foo.rerun %} {% else %} {% endif %} {% elif foo.outcome == 'failed' %} {% elif foo.outcome == 'error' %} {% else %} {% endif %} {% endfor %}
编号 用例模块 测试方法 用例描述 执行时间 执行结果 详细信息
{{ loop.index }} {{ foo.fileName }} {{ foo.method }} {{ foo.desc }} {{ foo.duration }}通过通过失败错误跳过
{{ foo.capstderr }}
{{ foo.capstdout }}
{% if foo.longreprtext %}
{{ foo.longreprtext }}
{% endif %} {% if foo.rerun %}
{{ foo.capstderr }}
{% endif %}