{% extends "api/base.html" %} {% block title %}查看报告{% endblock %} {% load staticfiles %} {% block content %}
当前位置: 报告管理 > 报告展示
{% for foo in report %} {% if foo.status == True %} {% else %} {% endif %} {% endfor %}
序号 报告名称 开始时间 测试结果 总计用例 成功用例 操作
{{ forloop.counter }} {{ foo.report_name }} {{ foo.start_at }}PassFail{{ foo.testsRun }} {{ foo.successes }}

{% endblock %}