Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListCmd ¶
type ListCmd struct {
Scenarios ListScenariosCmd `cmd:"" help:"List available scenarios"`
Tags ListTagsCmd `cmd:"" help:"List all tags"`
StagePaths ListStagePathsCmd `cmd:"" help:"List all stage paths"`
Helpers ListHelpersCmd `cmd:"" help:"List all helpers"`
}
type ListHelpersCmd ¶
type ListHelpersCmd struct {
}
func (*ListHelpersCmd) Run ¶
func (cmd *ListHelpersCmd) Run(suite core.SuiteContext) error
type ListScenariosCmd ¶
type ListScenariosCmd struct {
Tags []string `short:"t" long:"tags" description:"Filter scenarios by tags"`
StagePaths []string `short:"s" long:"stage" description:"Filter scenarios by stage paths"`
RecusiveStagePaths bool `short:"r" long:"recursive" description:"Filter scenarios by stage paths recursively"`
}
func (*ListScenariosCmd) Run ¶
func (cmd *ListScenariosCmd) Run(suite core.SuiteContext) error
type ListStagePathsCmd ¶
type ListStagePathsCmd struct {
Json bool `short:"j" long:"json" help:"Output in JSON format"`
Filter []string `short:"f" long:"filter" description:"Filter stage paths by a common root"`
}
func (*ListStagePathsCmd) Run ¶
func (cmd *ListStagePathsCmd) Run(suite core.SuiteContext) error
type ListTagsCmd ¶
type ListTagsCmd struct {
}
func (*ListTagsCmd) Run ¶
func (cmd *ListTagsCmd) Run(suite core.SuiteContext) error
Click to show internal directories.
Click to hide internal directories.