{% extends "../../base.html" %} {% block css %} {% endblock %} {% block crumbs %}
{{ report.plan }} 运行日志:
正在运行用例:{{ case.case_name }}
{% for step in case.step_list %}正在运行接口:{{ step.if_name }}
请求方式:{{ step.method }}, 请求url: {{ step.url }}
数据类型:{{ step.data_type }}
headers:{{ step.header }}
请求body:{{ step.body }}
页面返回信息:{{ step.res_content }}
{#检查点->:#} {# 字段 {{ step.check_filed }} ---#} {# 值 {{ step.expect_filed }}
#} {##}
检查点->: {{ step.checkpoint }}
测试结果:{{ step.msg }}