export

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2026 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	JSON_FORMAT     = "json"
	JUNIT_FORMAT    = "junit"
	MARKDOWN_FORMAT = "markdown"
	STDOUT_FORMAT   = "stdout"

	// PERM_DIR_STANDARD stands for (rwxr-xr-x): read and execute for everyone, write only for the owner
	PERM_DIR_STANDARD os.FileMode = 0o755
	// PERM_FILE_STANDARD stands for (rw-r--r--): read for everyone, write only for the owner
	PERM_FILE_STANDARD os.FileMode = 0o644
)
View Source
const (
	COLOR_RESET = "\033[0m"
	COLOR_GREEN = "\033[32m"
	COLOR_RED   = "\033[31m"
)

Variables

This section is empty.

Functions

func DisplayTestsSummary

func DisplayTestsSummary(suites []*test.TestSuite, okStatus, notOkStatus string) error

Types

type Exporter

type Exporter interface {
	Export(suites []*test.TestSuite) error
	Format() string
}

func NewExporters

func NewExporters(formats []string, runCount int, baseDir string) ([]Exporter, error)

Jump to

Keyboard shortcuts

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