report

package
v0.0.0-...-5ae9364 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Asset

type Asset struct {
	Path                string
	TestDirRelativePath string
	FileSize            int64
	ContentType         string
}

Asset ...

type HTMLReportUploader

type HTMLReportUploader struct {
	// contains filtered or unexported fields
}

HTMLReportUploader ...

func NewHTMLReportUploader

func NewHTMLReportUploader(reportDir, buildURL, authToken string, concurrency int, logger log.Logger) HTMLReportUploader

NewHTMLReportUploader ...

func (*HTMLReportUploader) DeployReports

func (h *HTMLReportUploader) DeployReports() []error

DeployReports ...

type Info

type Info struct {
	Category string `json:"category"`
}

Info ...

type Report

type Report struct {
	Name   string
	Info   Info
	Assets []Asset
}

Report ...

type ServerReport

type ServerReport struct {
	Identifier string
	AssetURLs  map[string]string
}

ServerReport ...

Directories

Path Synopsis
api

Jump to

Keyboard shortcuts

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