On Thu, Sep 12, 2013 at 5:07 AM, Samuel Nobs <[email protected]> wrote: > not really happy about > the way i had to wrap the test publisher, but it seemed to be the easiest > way to have a final say about the test result. would be great to have an > extension point of some sort for that purpose.
Right, providing an separate test result publisher does not seem sustainable. (And probably cannot work with native Maven projects, for example.) This kind of functionality should either be built in to the standard test publisher, or made available through an extension point—something that would allow a plugin to instruct the test publisher not to include a given test case in the failure total, and optionally add a UI with explanation. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
