I'm trying to find out all available syntax/format in Gherkin, such as about multiline argument and everything else I don't know yet.

After digging Google search results though, it seems that the comprehensive guide is located in here: https://github.com/cucumber/cucumber/wiki

I thought that was pretty good, and it has a link to a page that supposedly describes multiline arguments and others, but it took me to 404 Not found instead =(.

Does anybody have better suggestion on where to read up about this?

EDIT: to stress that I've done so many Google searches. It gives some rather good sites like www.specflow.org and www.cuke4ninja.com, but none of them gives comprehensive description of Gherkin. If someone finds an answer to this through Google search, then please feel free to call me a Googling noob and suggestions to improve are welcome.

link|improve this question

6  
You're in a pickle, for sure. – Pete Wilson Jun 3 '11 at 0:15
feedback

2 Answers

up vote 1 down vote accepted

The best place I know of to understand the Gherkin language is the wiki that you link to. However, as you found there's sometimes a broken link there. What I tend to do is to click the "Pages" link at the bottom of the gray bar with all the GitHub links in it. That takes you to an alphabetical listing of all the wiki pages, including this one for Multiline Step Arguments.

link|improve this answer
feedback

It's not free, but The Cucumber Book has a complete guide to Gherkin.

Disclaimer: I'm a co-author of the cucumber book.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.