run

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2025 License: MIT Imports: 2 Imported by: 0

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:""`
}

func (*HelperCmd) Run

func (cmd *HelperCmd) Run(suite core.SuiteContext) error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL