{% extends "base.html" %} {% block headleft %} {% if zantao_api %}
{% endif %} {% endblock %} {% block main %}# | 模块 | 用例标题 | 优先级 | 用例类型 | 前置条件 | 用例步骤 |
---|---|---|---|---|---|---|
{{ loop.index }} |
{{ test.category }}
|
100 %}class="long-name" {% endif %}>{{ test.name }} {% if test.name|length>100 %} Warn: test name might be too long: {{ test.name|length }}! {% endif %} |
优先级 {{ test.importance }}
优先级 {{ test.importance }}
|
{{ test.execution_type }} |
{% if test.preconditions %}
{{ test.preconditions | replace('\n','
{% endif %}
') |safe }}
前置条件: |
{% if test.steps %}
|