-
Bug
-
Resolution: Fixed
-
Minor
-
None
In the post build I would like to graph more than one test report for a given run.
The flexible publish plugin allows you to use the Junit plugin more than once in a post build step, this does work well, however the main history test trend graph on the main page does not show unique graphs for each Report. It only shows one of the reports and displays the same graph for the second report
To Explain better
I want to publish reports for BVT1.xml and BVT0.xml.. I want to have separate test trend graphs for each of these.
I use the flexible publish plugin + junit plugin in the post build and set one to find the BVT1.xml and the other to find BVT0.xml. When the job runs, it does correctly find the TestResults, but the main page for the job will show two test trend graphs of the same thing, so seems that is not "unique"