From e007b00607f1461d4a134430bf2dc6d7525715fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E5=85=A8=E6=97=BA?= Date: Fri, 1 Jun 2018 14:20:04 +0800 Subject: [PATCH] bug fixed:filter case status invalid --- httprunner/templates/extent_report_template.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/httprunner/templates/extent_report_template.html b/httprunner/templates/extent_report_template.html index 0eed976d..ef8adef6 100644 --- a/httprunner/templates/extent_report_template.html +++ b/httprunner/templates/extent_report_template.html @@ -104,7 +104,7 @@ -
+
search Search @@ -161,7 +161,7 @@
    {% for record in records %} {% if record.status == 'success' %} -
  • {{ record.name }} @@ -169,7 +169,7 @@ pass
    {% elif record.status == 'error' %} -
  • {{ record.name }}