×
☰ See All Chapters

Gherkin language

Gherkin is a language used to write cucumber features. In this chapter you’ll learn what each of the Gherkin keywords does and how they all fit together to make readable, executable Cucumber specifications. Gherkin files should be saved with .feature file extension. These files can be read and edited by any of the text editors.

Below is the list of supported keywords of gherkin:

gherkin-language-0
 

Cucumber Feature

Cucumber Scenario

Cucumber Given

Cucumber When

Cucumber Then

Cucumber And

Cucumber But

Cucumber Bullets

Cucumber Comments

Cucumber Background

Cucumber Data tables

Cucumber Scenario Outline

Cucumber doc strings

Cucumber Tags

 


All Chapters
Author