Re: [jbehave-user] About JBehave Reports

2015-01-08 Thread Szabolcs Rugina
Hi, You can have annotations in Java files where the step mappings are defined. So in the same java class where your @Given, @When @Then appears, you can write methods annotated with: @BeforeStories @BeforeStory @BeforeScenario and @AfterScenario @AfterStory @AfterStories. That/those methods

[jbehave-user] About JBehave Reports

2015-01-08 Thread Gnayils
Hi experts, I'm a user from GE Healthcare, we want to use Jbehave in BDD auto test. I have a question with Jbehave statistics, In Jbehave Reports HTML page table, about rows "Before Stories"and "After Stories" and columns "Excluded" in "Stories/Scenarios/GivenStory Scenarios", i'm still not u

Re: [jbehave-user] Need JBehave Statistics

2015-01-08 Thread Mauro Talevi
Hi, most people download from Maven Central.You could try getting some statistics from there. The mailing lists and user groups are http://jbehave.org/mailing-lists.html Cheers On 07/01/2015 20:10, Senaratne, Niranjala wrote: Hi, I would like to find our some statistics about JBehave.

Re: [jbehave-user] Running examples in parallel in JBehave BDD

2015-01-08 Thread Mauro Talevi
Hi, there is currently no way to parallelise the running of the scenarios parametrised in the examples table, because the concurrency is managed at story level. You could break down your 50+ examples in smaller scenarios and run them as different stories. Cheers On 07/01/2015 08:50, Venka