From d1f77df768507ac92055818c3017ea6423a2bd9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E5=85=A8=E6=97=BA?= Date: Fri, 27 Jul 2018 14:50:27 +0800 Subject: [PATCH 1/2] bugfixed: failure test message can not displayed --- .../templates/extent_report_template.html | 161 +++++++++++------- 1 file changed, 97 insertions(+), 64 deletions(-) diff --git a/httprunner/templates/extent_report_template.html b/httprunner/templates/extent_report_template.html index 248d255d..03b8c06d 100644 --- a/httprunner/templates/extent_report_template.html +++ b/httprunner/templates/extent_report_template.html @@ -171,14 +171,17 @@
- {{ stat.successes }} test(s) passed + {{ stat.failures }} test(s) failed
{{ stat.errors }} test(s) - failed, {{ stat.skipped }} + >{{ stat.errors }} + test(s) errored + {{ stat.skipped }} test(s) skipped
@@ -191,13 +194,12 @@
- - +
- suite(s) failed + suite(s) + failed
@@ -213,7 +215,7 @@