|
||||||||
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-845) Composite steps i... Bart De Neuter (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Bart De Neuter (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Bart De Neuter (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Bart De Neuter (JIRA)
Maybe some more background information why I posted this feature request. We started using the Gherkin syntax for our stories in order to talk about features instead of stories. Gherkin is missing the givenStories feature and I was looking for an alternative for our customer to write the setup of their scenarios (description of transportation infrastructure: ex. Given a Route R between endpoint A and endpoint B ... And Route R has distance 1500m ...).
With this feature he could write Given the infrastructure (followed by a more functional explanation and hide the low level setup of the infrastructure in a separate composite step file)