I don't know of a way to do that. That seems like it would require additions to the junit plugin.
On Thu, May 7, 2015, 8:20 AM bl0ck3r <[email protected]> wrote: > That's almost what I am looking for: each parameter is reported in a > separate report. Is there a way to see the trend of a parametrized test > over time, regardless of the parameter value? I mean the trend of the test, > not the trend of each parameter value. > > Also, when I have say 50 parameter values for one test, is there a way to > report on the test first, then and after clinking on the test, see the > report for each parameter value? > > If you know of such way to report parametrized test results, please let me > know. > > Thanks, > Martin > > > On Tuesday, May 5, 2015 at 3:46:48 PM UTC-4, Mark Waite wrote: >> >> >> https://jenkins.ci.cloudbees.com/job/plugins/job/git-client-plugin/org.jenkins-ci.plugins$git-client/lastCompletedBuild/testReport/org.jenkinsci.plugins.gitclient/GitTest/ >> shows an example of the presentation of results from a parameterized test. >> >> Mark Waite >> >> On Tuesday, May 5, 2015 at 9:49:51 AM UTC-6, bl0ck3r wrote: >>> >>> Does jenkins support the JUnit XML format of JUnitParams for reporting >>> tests? >>> https://github.com/Pragmatists/JUnitParams/issues/38 >>> >>> If not, is there a Jenkins test report plugin able to report and track >>> parametrized tests reports? The report format has to be as easy as >>> JUnit XML as I write the reports myself (the existing test >>> infrastructures do not work for my multi-language projects). >>> >>> Thanks, >>> Martin >>> >> -- > 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/5fb5c211-49da-48d3-80df-4c85cd67ea79%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/5fb5c211-49da-48d3-80df-4c85cd67ea79%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAO49JtGMD4%3D5V1HYVKg1saSu5i4ZApeDeTQ_zK8o65YLe-YhWQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
