Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Recursive bool `yaml:"recursive"` Namespace NamespaceConfig Runtime RuntimeConfig }
type CucumberConfig ¶ added in v0.0.25
type NamespaceConfig ¶
type RunConfig ¶ added in v0.0.24
type RunConfig struct { Config Config `yaml:"config"` Pre []StepConfig `yaml:"pre"` Post []StepConfig `yaml:"post"` }
func LoadConfig ¶
func NewWithDefaults ¶ added in v0.0.26
func NewWithDefaults() *RunConfig
type RuntimeConfig ¶ added in v0.0.25
type RuntimeConfig struct {
Cucumber CucumberConfig
}
type StepConfig ¶ added in v0.0.26
Click to show internal directories.
Click to hide internal directories.