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.