Hi, I used your examples: ItTraderScenario.java, to translate the scenarios for my language and TraderScenario.java to generate an html report. I can use them separately just extending one of them, but I'd like to have only ONE class that generate a html report AND translate the scenarios file, so I could write the scenarios in my language and have a report at the end of the execution of the test. Using these two classes OR I write the scenarios in my language OR I get the html report at the end. Thanks,
Diogo Luis Andrade Silva _____ From: Mauro Talevi [mailto:[email protected]] Sent: segunda-feira, 13 de setembro de 2010 19:38 To: [email protected] Subject: Re: [jbehave-user] HTML Report in other language Hi, not really understanding your use case. Could you elaborate on it? On 13/09/2010 21:50, Diogo Luis Andrade Silva wrote: Hi, I'm using JBehave 2.5.9 and followed the examples to generate a html report and to change the language in the stories, creating two classes that extends from JUnitScenario, one for each case, but I'd like to join them in only one class to use both at the same time. Can anyone help? Any example of them both together working? Thanks, Diogo Luis Andrade Silva
