{{ title }}

执行结果

成功占比

运行信息

{{ begin_time }}
{{ all }}
{{ run_time }}
{{ tester }}
{{ passed }}
{{pass_rate}}%

通过率趋势图

历史构建结果

{% for hos in history[::-1] %} {% endfor %}
执行时间 用例总数 成功用例数 通过率
{{hos.begin_time}} {{hos.all}} {{hos.success}} {{hos.pass_rate}}%

本次运行详情

{% 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.capstdout }}
{% if foo.longreprtext %}
{{ foo.longreprtext }}
{% endif %} {% if foo.rerun %}
{{ foo.capstderr }}
{% endif %}