[jbehave-dev] Scenario of from story B runs in the middle of story A

2014-05-13 Thread Tidhar Klein Orbach
Hi, we lately switched to JBehave 3.9.1. I don't know if it is related, but we face the following weird issue. we have a class that runs few stories (A, B). In the middle of story A we suddenly started to see scenarios from story B. (we see it on Junit report on jenkins). the original behavior was

[jbehave-dev] [jira] (JBEHAVE-1015) Outcomes table doesn't work with a boolean comparison that is false

2014-05-13 Thread Mauro Talevi (JIRA)
Title: Message Title Mauro Talevi commented on an issue

Re: [jbehave-dev] Why System.out rather than logging framework

2014-05-13 Thread Mauro Talevi
That was the default story reporter, which is now deprecated in favour of the story reporter builder. On 13/05/2014 14:04, Paul Hammant wrote: Isn't there also useStoryReporter()? Like so: public Configuration getConfiguration() { return new MostUsefulConfiguration() .useStoryParser(new Gherk

Re: [jbehave-dev] Why System.out rather than logging framework

2014-05-13 Thread Paul Hammant
Isn't there also useStoryReporter()? Like so: public Configuration getConfiguration() { return new MostUsefulConfiguration() .useStoryParser(new GherkinStoryParser()) .useStoryControls( new StoryControls() .doDryRun(TestConfiguration.getInstance().d

Re: [jbehave-dev] Why System.out rather than logging framework

2014-05-13 Thread Hans Schwäbli
We managed it to integrate log4j logging into the JBehave story reports. For example you can see in the HTML report all loggings higher than INFO priority and in the TXT report you see loggings higher than DEBUG priority. One day I will document that I think.

[jbehave-dev] [jira] (JBEHAVE-1015) Outcomes table doesn't work with a boolean comparison that is false

2014-05-13 Thread Michael M (JIRA)
Title: Message Title Michael M commented on an issue