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 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/2fe4a5e1-3d2f-4a60-8804-992cb4266fb2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
