testreport

package
v1.135.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package testreport implements `bitbottle pipeline test-report` and `bitbottle pipeline test-case` subcommand groups.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdList

func NewCmdList(f *factory.Factory, runF func(*ListOptions) error) *cobra.Command

NewCmdList builds the `pipeline test-case list` cobra command.

func NewCmdTestCase

func NewCmdTestCase(f *factory.Factory) *cobra.Command

NewCmdTestCase builds the `pipeline test-case` parent command.

func NewCmdTestReport

func NewCmdTestReport(f *factory.Factory) *cobra.Command

NewCmdTestReport builds the `pipeline test-report` parent command.

func NewCmdView

func NewCmdView(f *factory.Factory, runF func(*ViewOptions) error) *cobra.Command

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`.

Jump to

Keyboard shortcuts

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