Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelperCmd ¶
type HelperCmd struct {
Helper string `arg:"" name:"helper" help:"Name of the helper to run"`
Watch bool `short:"w" help:"Watch the output of the helper live"`
LogDir *string `short:"l" help:"Optional directory to save logs to. Will be created if it does not exist." type:"path"`
HelperArgs []string `arg:"" passthrough:"all" help:"Arguments to pass to the helper, you may use '--' to force passthrough." optional:""`
}
type ScenarioCmd ¶
type ScenarioCmd struct {
Scenario string `arg:"" name:"scenario" help:"Name of the scenario to run"`
Watch bool `short:"w" help:"Watch the output of the scenario live"`
LogDir *string `short:"l" help:"Optional directory to save logs to. Will be created if it does not exist." type:"path"`
ScenarioArgs []string `arg:"" passthrough:"all" help:"Arguments to pass to the scenario, you may use '--' to force passthrough." optional:""`
}
func (*ScenarioCmd) Run ¶
func (cmd *ScenarioCmd) Run(suite core.SuiteContext) error
Click to show internal directories.
Click to hide internal directories.