Gherkin.Background (Cucumber v0.3.0)

View Source

Represents a Gherkin Background section.

A Background contains steps that are run before each scenario in the feature. It allows you to define common setup steps that apply to all scenarios.

Summary

Types

t()

@type t() :: %Gherkin.Background{steps: [Gherkin.Step.t()]}