I want to set up a view that contains the passed/failed/skipped test result graphs for the past 14 days for a set of n projects.
I do NOT want a single aggregate test result graph. Instead, I want a single view with n test result graphs, one for each project. That is,
Project 1: [14-day passed/failed/skipped test result graph for Project 1]
Project 2: [14-day passed/failed/skipped test result graph for Project 2]
Project 3: [14-day passed/failed/skipped test result graph for Project 3]
...
Project n: [14-day passed/failed/skipped test result graph for Project n]
What plugins do I need to use and how do I configure such a view?
Much thanks, your help is appreciated!