|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [jbehave-dev] [jira] (JBEHAVE-786) if include instruc... poulfich (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-786) if include in... Mauro Talevi (JIRA)
GivenStories represent preconditions to a scenario, which is defined by its steps. If a scenario contains no steps then it's considered void and the given stories are not run.
So, this is not a bug. If you want to run the given stories by themselves you can do directly.
The workaround, as you've noted, is to use a comment as an ignorable step in the scenario to trigger the running of the given stories.