{{ name }}

预览

{% for test in suite %} {% endfor %}
序号 需求名称 用例标题 优先级 步骤与结果
{{ loop.index }} {{ test.suite }} {{ test.name }} {% if test.name|length>100 %} ⚠️ 标题过长 ({{ test.name|length }} 字符) {% endif %} P{{ test.importance }} {% if test.steps %}
    {% for step in test.steps %}
  1. {{ step.actions }}
    {% if step.expectedresults %}
    • → {{ step.expectedresults }}
    {% endif %}
  2. {% endfor %}
{% endif %}