RE: [jbehave-user] graceful stop after first failed story ?

2012-03-22 Thread Maring, Steve X. -ND
Steve, you can set EmbedderControls.doIgnoreFailureInStories(false) Or you can set the property ignoreFailureInStories=false via Maven or Ant in command-line. Cheers On 21/03/2012 19:18, Maring, Steve X. -ND wrote: I see how from within a StoryRunner I can override the run(...) and set

[jbehave-user] graceful stop after first failed story ?

2012-03-21 Thread Maring, Steve X. -ND
I see how from within a StoryRunner I can override the run(...) and set a FailureStrategy on the configuration. However, I'm trying to figure out if there is something I can instantiate my FailureStrategy with that will allow me to stop running any additional stories when handleFailure(...) is