-
Notifications
You must be signed in to change notification settings - Fork 125
Multiline in examples tables #52
Comments
Cucumber and Gherkin is designed to bridge the communication gap between non-technical and technical people by providing a syntax that is easy for non-technical people to learn. It seems you want to use it more as a scripting tool. Adding code to Gherkin is not a good example of how it is intended to be used. No non-technical person would understand this. It's the first time I've come across this feature request, so I'm not convinced it's something that more people would find useful - especially not non-technical people. |
I disagree Aslak - I think this is a really cool use of Cucumber. We want to use it to write executable specifications - why not executable specifications of technical tools too? I also like the way the tables look without the preceding column separator. |
+1 |
I'd be happy to consider a pull request for this. No amount of +1 will persuade me to do it for you though ;-) |
Mmh, for me it easier to read if you would put the different cases into 2 scenarios where the when/then steps have text parts. I think that is much easier to read (and understand) than long multiline rows in table (especially in your example). |
Why:
Note:
The text was updated successfully, but these errors were encountered: