Bug 919462

Summary: RFE: show run's total progress on plan/runs tab
Product: [Other] TCMS Reporter: Karel Volný <kvolny>
Component: Web UIAssignee: Yang Ren <ryang>
Status: NEW --- QA Contact: Nobody <nobody>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.0CC: jcai, junzhang, ryang, vchen, xkuang, yuwang
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
progress mockup none

Description Karel Volný 2013-03-08 14:35:33 UTC
Created attachment 707075 [details]
progress mockup

Description of problem:
Trying to get an overview of progress of a testrun, you have to open each run separately. It'd be nice to see the progress on the Runs tab of the testplan view.
The current implementation shows only percentage of cases failed/passed. Please add indication of other statuses and the total progress.

Version-Release number of selected component (if applicable):
Nitrate 3.8.2

How reproducible:
always

Steps to Reproduce:
1. see for example https://tcms.engineering.redhat.com/plan/8545/tzdata-rhel-er14570#testruns
  
Actual results:
There are 11 runs. You cannot tell progress on them, you see only percentage of FAILED and PASSED cases.

Expected results:
You can see the total progress - percentage of cases switched into one of the final states (PASSED, FAILED, ERROR, WAIVED - see also bug #919438).
In addition, the progress bar is divided by colors corresponding to individual states, while PASSED is the leftmost and IDLE is the rightmost.

Additional info:
See the attached mockup.
In that picture, I'm trying to keep the original division between Failure and Success which was based on PASSED and FAILED states.
However, It'd be better if this would act the same way as the progressbar within the testrun - which counts PASSED and WAIVED as good (blue) and FAILED and ERROR as bad (red). (I mean sum the percentages of PASSED and WAIVED but keep the distinct colors, the same for FAILED and ERROR.)

And please, adjust the colors for good legibility of the percentages.