Hi Jeff, thank's for the hint, xUnit does not support Jubula out of the box, but the nice thing is that Jubula creates xml based reports and together with xUnit, where you can specify a custom XSLT it was quite easy to get the testing report done. A jenkins freestyle project starts and executes the Jubula tests, the custom XSLT and xUnit does the rest.
thanks! -martin Am Freitag, 8. März 2013 15:33:32 UTC+1 schrieb Jeff MAURY: > > Did you have a look at the xUnit plugin. It is a general purpose plugin so > maybe it supports Jubula test reports. > > Jeff > > > > On Fri, Mar 8, 2013 at 3:22 PM, losandos <[email protected] > <javascript:>>wrote: > >> Hi, >> >> I am wondering if there is a plug-in available that can execute Jubula UI >> tests and parse the results of the tests. >> If not, I will try to create one that will do that. >> >> -thanks >> Martin >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Jeff MAURY > > > "Legacy code" often differs from its suggested alternative by actually > working and scaling. > - Bjarne Stroustrup > > http://www.jeffmaury.com > http://riadiscuss.jeffmaury.com > http://www.twitter.com/jeffmaury > -- 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.
