Re: [jbehave-user] Report times are wrong when running multiple threads

2014-08-20 Thread Mauro Talevi
Reproduced and fixed: https://jira.codehaus.org/browse/JBEHAVE-1041 Can you try out latest snapshot? On 11/08/2014 18:10, Brent Barker wrote: Hi, When executing reports in multiple threads, the execution times are not correct. Instead of varying from 1-10 minutes, they say the execute in

[jbehave-user] Steps classes question

2014-08-20 Thread Chad Wilson
Hello all, I'm not sure if I'm missing something here. According to the documentation in order to register Step class instances, an implementation of InjectableStepsFactory should be used. Isn't there a way to scan the classpath for classes that are annotated with various step annotations?

Re: [jbehave-user] Steps classes question

2014-08-20 Thread Frank Pedroza
Chad - We're annotating our Step classes with @WeldStep from org.jbehave.core.annotations.weld.WeldStep; On Wed, Aug 20, 2014 at 2:23 PM, Chad Wilson c...@easeofmind.net wrote: Hello all, I'm not sure if I'm missing something here. According to the documentation in order to register Step

Re: [jbehave-user] Steps classes question

2014-08-20 Thread Mauro Talevi
Typically, you'd use a DI container to achieve this, via the corresponding implementation of the InjectableStepsFactory. On 20/08/2014 22:23, Chad Wilson wrote: Hello all, I'm not sure if I'm missing something here. According to the documentation in order to register Step class instances,