Documentation
¶
Overview ¶
Package testreport implements `bitbottle pipeline test-report` and `bitbottle pipeline test-case` subcommand groups.
Index ¶
- func NewCmdList(f *factory.Factory, runF func(*ListOptions) error) *cobra.Command
- func NewCmdTestCase(f *factory.Factory) *cobra.Command
- func NewCmdTestReport(f *factory.Factory) *cobra.Command
- func NewCmdView(f *factory.Factory, runF func(*ViewOptions) error) *cobra.Command
- type ListOptions
- type ViewOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdList ¶
NewCmdList builds the `pipeline test-case list` cobra command.
func NewCmdTestCase ¶
NewCmdTestCase builds the `pipeline test-case` parent command.
func NewCmdTestReport ¶
NewCmdTestReport builds the `pipeline test-report` parent command.
func NewCmdView ¶
NewCmdView builds the `pipeline test-report view` cobra command.
Types ¶
type ListOptions ¶
type ListOptions struct {
Output format.OutputConfig
Hostname string
PipelineUUID string
StepUUID string
Status string
Limit int
Args []string
}
ListOptions holds parsed flags for `pipeline test-case list`.
type ViewOptions ¶
type ViewOptions struct {
Output format.OutputConfig
Hostname string
PipelineUUID string
StepUUID string
Args []string
}
ViewOptions holds parsed flags for `pipeline test-report view`.
Click to show internal directories.
Click to hide internal directories.