mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-25 01:59:52 +08:00
make compatible with old version
This commit is contained in:
@@ -204,10 +204,12 @@
|
|||||||
<th>variables</th>
|
<th>variables</th>
|
||||||
<th>output</th>
|
<th>output</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
{% if in_out in test_suite_summary %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{test_suite_summary.in_out.in}}</td>
|
<td>{{test_suite_summary.in_out.in}}</td>
|
||||||
<td>{{test_suite_summary.in_out.out}}</td>
|
<td>{{test_suite_summary.in_out.out}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
{% endif %}
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user