Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 583 Bytes

api-overview.md

File metadata and controls

15 lines (10 loc) · 583 Bytes
layout title
bootstrap
API

{{page.title}}

This page explains the high level Cucumber API. For more detailed platform-specific API docs see the Install page.

Glue code

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.

Glue

There are two kinds of glue code --- Step Definitions and Hooks.