Versions in this module Expand all Collapse all v0 v0.3.0 Jun 11, 2026 Changes in this version + func ParseAtomContent(fact string) (string, []string, error) + type Feature struct + Description string + Name string + Scenarios []Scenario + func ParseFeature(content string) (*Feature, error) + type Scenario struct + Name string + Steps []Step + type Step struct + Args map[string]string + Keyword string + Text string + func (s *Step) ExtractCurlyBraceParams() []string + func (s *Step) ExtractQuotedStrings() []string + func (s *Step) NormalizeStepType(lastType StepType) StepType + type StepType string + const StepTypeAnd + const StepTypeBut + const StepTypeGiven + const StepTypeThen + const StepTypeWhen