Documentation
¶
Overview ¶
Package test provides the implementation of the "test" command. This command lets users run tests and verify their outcomes by providing a YAML description of them containing their expected outcomes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandWrapper ¶
type CommandWrapper struct {
*config.Config
Command *cobra.Command
AlertRetrieverConfig alertretriever.Config
// contains filtered or unexported fields
}
CommandWrapper is a wrapper around the test command storing the flag values bound to the command at runtime.
Click to show internal directories.
Click to hide internal directories.