-
Bug
-
Resolution: Unresolved
-
Minor
-
None
Summary
For a job that has test failures, Blue Ocean puts up a number in the "Tests" tab for a particular run, which presumably corresponds to the number of failures. But it appears this number caps out at 99. If there are more than that number of test failures, the user either won't know by looking, or will see inconsistent information once they're viewing the Tests tab.
Steps to recreate
1. Build a job that has a LOT of test failures - over 100.
2. Look at the Tests tab, and note the "99" shown.
3. Once you click on the Tests tab, you'll see the real number.:
Suggestion
If the concern was one of space, and not wanting to show "4000000" test failures for example, maybe something like >99, or 100+ could be shown, if the number is larger than 99?