Skip to content

Instantly share code, notes, and snippets.

@leompeters
Last active May 7, 2020 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leompeters/027ee5ff3960c4687465e6416e38d94a to your computer and use it in GitHub Desktop.
Save leompeters/027ee5ff3960c4687465e6416e38d94a to your computer and use it in GitHub Desktop.
Cucumber example feature in Gherkin.
# Cucumber example feature in Gherkin.
Feature: Example feature
As an user of Cucumber.js
I want to have documentation on Cucumber
So that I can concentrate on building awesome applications
Scenario: Reading documentation
Given I am on the Cucumber.js GitHub repository
When I go to the README file
Then I should see "Usage" as the page title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment