Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 681 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 681 Bytes

Cucumber Examples

This repository contains a number of practice examples for learning Cucumber.

Cucumber is a BDD (Behavior Driven Development) tool to facilitate specifying an application's behavior by way of examples.

The examples are then used as:

  • executable specifications
  • living documentation
  • automated acceptance tests

Release 0.1.0

Cucumber Shopping Cart that closely resembles worked example from chapters 1-7 of the book: