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