Details
Description
In order to be more effective in communication and in scenario development
As a non-technical scenario writer
I want to compose steps using existing steps in text format like my stories
At the moment composite steps have to be implemented in Java code with an empty body. They could be defined and used in text format like stories (maybe with the extension .step?). This would be also an alternative for GivenStories.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 4.x [ 18279 ] |
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)