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 DependencyConfig ¶ added in v0.0.42
type NamespaceConfig ¶
type PolicyConfig ¶ added in v0.0.42
type RepositoryConfig ¶ added in v0.0.42
type RepositoryConfig struct { Id string `yaml:"id"` Name string `yaml:"name,omitempty"` Url string `yaml:"url"` Layout string `yaml:"layout,omitempty"` Releases PolicyConfig `yaml:"releases,omitempty"` Snapshots PolicyConfig `yaml:"snapshots,omitempty"` }
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 Settings SettingsConfig Env []EnvConfig }
type SettingsConfig ¶ added in v0.0.42
type SettingsConfig struct { Repositories []RepositoryConfig Dependencies []DependencyConfig }
Click to show internal directories.
Click to hide internal directories.