Hi, I am trying to figure out how to use this reporter to produce an xml report 'à la easyb' so I can use easyb maven reporter and its hudson plugin ;) What I am missing is that the steps passed to the report are not typed, so I would have to parse them again to be able to serialize in xml. Shouldn't a step be a type and string ? Emmanuel
On Tue, Jan 13, 2009 at 12:03 AM, Elizabeth Keogh <[email protected]> wrote: > On Mon, Jan 12, 2009 at 12:52 PM, Emmanuel Hugonnet > <[email protected]> wrote: > > Hi, > > I would like to know if there is work in progress about getting a better > > report (with Maven preferably) because while I think that JBehave is a > great > > BDD tool, reports are missing. > > I have tried to set-up JBehave with Surefire and Surefire report but it > is > > not satisfactory. > > Maybe I could look into this by adding a mojo reporter to the current > maven > > plugin if you could give me some advice on how to get started with the > > current jbehave output reporter. > > Emmanuel > > Hi Emmanuel, > > You can define your own reporter for Scenarios by implementing the > ScenarioReporter interface, and wiring it up as described here: > > http://jbehave.org/documentation/scenarios/configuring-scenarios/ > > Does that help? If not, please let us know what's missing! > > Liz. > > -- > Elizabeth Keogh > [email protected] > [email protected] > http://jbehave.org > http://lizkeogh.com > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
