Gherkin.Background (Cucumber v0.3.0)
View SourceRepresents 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
@type t() :: %Gherkin.Background{steps: [Gherkin.Step.t()]}