diff --git a/httprunner/templates/report_template.html b/httprunner/templates/report_template.html index 62b8a208f..7cca19cbc 100644 --- a/httprunner/templates/report_template.html +++ b/httprunner/templates/report_template.html @@ -204,10 +204,12 @@

Parameters and Output

variables output + {% if in_out in test_suite_summary %} {{test_suite_summary.in_out.in}} {{test_suite_summary.in_out.out}} + {% endif %}