Problem Definition
There is no label showing the total of tests passed in the following Bamboo pages:
- <Bamboo_URL>/browse/PLAN-KEY-BUILD
- <Bamboo_URL>/browse/PLAN-KEY-BUILD/test
- <Bamboo_URL>/browse/PLAN-KEY-JOB-BUILD
But we can see this information in the *<Bamboo_URL>/browse/PLAN-KEY-JOB-BUILD/test page. This behavior is not consistent. At least a label with the total test could be shown in the above-cited pages. This will help the users to understand the relationship between the total tests and the breakdown information from each new failures, Existing failures, fixed and quarantine.
Suggested Solution
- Show a label with the total passed tests in green at <Bamboo_URL>/browse/PLAN-KEY-BUILD
- Show a label show a label with the total tests in <Bamboo_URL>/browse/PLAN-KEY-BUILD/tests, similar to the ones seen in <Bamboo_URL>/browse/PLAN-KEY-JOB-BUILD/test
- Show a summary of tests in <Bamboo_URL>/browse/PLAN-KEY-JOB-BUILD similar to the one we see in the main plan summary (<Bamboo_URL>/browse/PLAN-KEY-BUILD)
Workaround
- Pik the number of total tests and subtract if from (New failures + Existing Failures + Quarantine/Skipped)
- OR go to the job tests page (<Bamboo_URL>/browse/PLAN-KEY-BUILD/test) on each job to check this information