layout | title |
---|---|
bootstrap |
API |
This page explains the high level Cucumber API. For more detailed platform-specific API docs see the Install page.
Between .feature
files written in Gherkin and your application there is glue code. Glue code can be written in any of the many programming languages supported by Cucumber --- typically in the same language as your application.
There are two kinds of glue code --- Step Definitions and Hooks.