Hi, I am not sure if this can be done with other test frameworks, but using python/nose for testing (output is junit-style) I am able to set a prefix for the test names dynamically. Then you can display all axes by just prefixing the test names with the axis label.
see https://nose.readthedocs.io/en/latest/plugins/xunit.html#cmdoption--xunit-testsuite-name Björn Am Donnerstag, 15. Dezember 2016 03:00:55 UTC+1 schrieb sorressean: > > All: > We are using the test results analyzer plugin and really like the output > and statistics it's showing. What we're really hoping to do and what > would be nice is to be able to aggregate the data so that in a > multi-configuration build, the data is shown for all of the axes in the > matrix. > Does anyone know if this is possible? I read through all the comments on > the wiki and seen people asking but I didn't see any response. If this > is not possible, I know there's a jenkins dev list, but I'm running out > of time in which I can work on this. I'm happy to repost there, but any > tips on how to extend this plugin to support what I'm going for would be > great. Even if you want to point me to plugins that show results based > on a matrix. I'd also be open to any other plugins that work similar to > test results analyzer and have the same support. > Thanks, > -- > Take care, > Ty > Twitter: @sorressean > Web: https://tysdomain.com > Pubkey: https://tysdomain.com/files/pubkey.asc > -- 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/58b3432b-e689-40f8-8d54-76078ebd8a09%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
