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"`
}
func LoadConfig ¶
type RuntimeConfig ¶ added in v0.0.25
type RuntimeConfig struct {
Cucumber CucumberConfig
}
Click to show internal directories.
Click to hide internal directories.