From 70e38d07f681b165291406cc4e010377c6202041 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 24 Mar 2016 16:51:32 +0100 Subject: Complete reporting status, process the scenario and get success criteria Change-Id: Iaf5292293aec877f94e9cdec80519a680fef6718 Signed-off-by: Morgan Richomme --- utils/test/reporting/index-status-tmpl.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'utils/test/reporting/index-status-tmpl.html') diff --git a/utils/test/reporting/index-status-tmpl.html b/utils/test/reporting/index-status-tmpl.html index 130ecd5c1..0fd470d6f 100644 --- a/utils/test/reporting/index-status-tmpl.html +++ b/utils/test/reporting/index-status-tmpl.html @@ -37,7 +37,7 @@
-

List of last scenarios run over the last 7 days

+

List of last scenarios run over the last {{period}} days

@@ -72,11 +72,13 @@ {% for test in items[scenario] -%} - {% if test.getCriteria() > 3 -%} + {% if test.isRunnable is sameas false -%} + + {% elif test.getCriteria() > 2 -%} - {%- elif test.getCriteria() > 2 -%} - {%- elif test.getCriteria() > 1 -%} + + {%- elif test.getCriteria() > 0 -%} {%- else -%} -- cgit 1.2.3-korg
Scenario
N.R