Hi!,
I have an jenkins job which pulls together results from multiple tests runs of other jobs. One of the sub jobs is basically re-execution of the same tests with different parameters (different browsers specifically). So the net effect is that the 'aggregator' job ends up with multiple XML results files that contain the same testsuite name. Each file is stored in a unique path, by browser name, though.
Jenkins seems to merge all the XML results and publish them by package, so I lose the browser specific grouping information.
My plan is to write an email template that will group the results by browser and provide a test result breakdown. Can someone help me figure out what classes I need to use to get access at an individual test suite level from the groovy API?
Thanks,
Asif