From 81902a46a3cb9041c85224e116d7ba9d533339e5 Mon Sep 17 00:00:00 2001 From: Tyr Johanson Date: Wed, 12 Dec 2018 21:45:21 +0000 Subject: [PATCH] restore count of user stories covered and total user stories --- config.json | 2 +- deploy/App.txt | 12 +- deploy/Ugly.txt | 12 +- src/javascript/app.js | 2 + yarn.lock | 1815 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 1831 insertions(+), 12 deletions(-) create mode 100644 yarn.lock diff --git a/config.json b/config.json index 93bca0e..02627fa 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "name": "Feature Test Case Coverage Report", "sdk": "2.1", - "version": "0.1", + "version": "1.0.1", "className": "CArABU.app.TSApp", "artifact": "F425" } diff --git a/deploy/App.txt b/deploy/App.txt index 93d1dfb..e6a81bd 100644 --- a/deploy/App.txt +++ b/deploy/App.txt @@ -1,15 +1,15 @@ - CATS-Feature Test Case Coverage Report-0.1 + CATS-Feature Test Case Coverage Report-1.0.1 - + @@ -1384,6 +1384,8 @@ Ext.define("CArABU.app.TSApp", { r.set('Failing', totalFail); r.set('NoRun', totalNoRun); r.set('Other', totalOther); + r.set('TotalStories', totalStories); + r.set('TotalCovered', totalCovered); }); me.resumeLayouts(); }, diff --git a/deploy/Ugly.txt b/deploy/Ugly.txt index a3bd770..ffb8700 100644 --- a/deploy/Ugly.txt +++ b/deploy/Ugly.txt @@ -1,15 +1,15 @@ - CATS-Feature Test Case Coverage Report-0.1 + CATS-Feature Test Case Coverage Report-1.0.1 - + @@ -20,7 +20,7 @@