Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Gherkin

aslakhellesoy edited this page Aug 13, 2010 · 28 revisions

Gherkin is the language that Cucumber understands. It is a Business Readable, Domain Specific Language that has been designed specifically for Cucumber.

Gherkin’s grammar is defined in the Treetop grammar that is part of the Cucumber codebase. The grammar exists in different flavours for several Spoken languages, where the keywords of the grammar have been localised.

Clone this wiki locally