[ 
https://jira.codehaus.org/browse/JBEHAVE-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mauro Talevi updated JBEHAVE-547:
---------------------------------

    Fix Version/s: 3.5

> StoryRunner.runParametrisedScenariosByExamples does not execute the examples 
> after the first failure
> ----------------------------------------------------------------------------------------------------
>
>                 Key: JBEHAVE-547
>                 URL: https://jira.codehaus.org/browse/JBEHAVE-547
>             Project: JBehave
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 3.4.5
>         Environment: Windows XP, Eclipse Helios
>            Reporter: Plamen Gurov
>             Fix For: 3.5
>
>
> Currently, the method StoryRunner.runParametrisedScenariosByExamples does not 
> check the configuration and whenever a step fails all subsequent examples are 
> reported as not performed.
> A simple fix would be to do this before calling the runScenarioSteps method:
> if(context.configuration().storyControls().resetStateBeforeScenario()) {
>    context.resetState();
> }
> Thanks

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to