You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TestStatisticsGrid could support categorization by regex the same way or by incorporating/reusing the Categorized Job View plugin. In the attached screenshots there are just a few sample projects created with the typical post-fix classification. But when project lists are long, grouping is helpful.
I envision that categorization of the TestStatisticsGrid might be by:
job name just as is done by the Categorized Jobs View
weather (not currently a column seen on the test statistics grid)
I may be able to offer a pull request for an implementation modeled after Categorized Job View (rather than extending). Being able to categorize by job HealthReport, I don't think lends itself to utilizing Categorized Job View directly.
though as I look at this closer, it seems the BallColor enum available through job.getIconColor() may be more appropriate than HealthReport. HealthReport would take some refactoring/adjustment to make a suitable grouping to key from.
The TestStatisticsGrid could support categorization by regex the same way or by incorporating/reusing the Categorized Job View plugin. In the attached screenshots there are just a few sample projects created with the typical post-fix classification. But when project lists are long, grouping is helpful.
I envision that categorization of the TestStatisticsGrid might be by:
Originally reported by jwmach1, imported from: Test Statistics Grid support for categorization like the Categorized Jobs View
The text was updated successfully, but these errors were encountered: