最小的黄瓜功能

在 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 关键字开头。

一个明智的场景可能不止一步。