最小的黃瓜功能

在 features / documentation.feature 中:

Feature: Documentation

  Scenario: User views documentation
    When I go to the "Cucumber" documentation
    Then I should see the "Cucumber" documentation

最小特徵有 Feature 線和 Scenario,其中一個或多個步驟以 WhenThen 或另一個 Gherkin 關鍵字開頭。

一個明智的場景可能不止一步。