[jbehave-dev] Stopping execution of Story after scenario failure

2012-10-15 Thread अजय सिंह
Hi, Is it possible to stop the execution of rest of the story once a scenario has failed ? For one of my story, I want the execution to stop once a scenario is failed. For other story, it should keep executing other scenario even if previous scenario has failed. Thanks Ajay

Re: [jbehave-dev] Stopping execution of Story after scenario failure

2012-10-15 Thread Mauro Talevi
You can configure StoryControls.doResetStateBeforeScenario(boolean). Default is false. You need to configure the story or group of stories separately with each behaviour. On 15 Oct 2012, at 09:22, अजय सिंह wrote: > Hi, > > Is it possible to stop the execution of rest of the story once a s