converters

package
v0.0.0-...-45842c8 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2024 License: MIT Imports: 4 Imported by: 1

Documentation

Overview

Package converters contains the interface that is required to be a package a test result converter. It must be possible to set files from outside(for example if someone wants to use a pre-filtered files list), need to return Junit4 xml test result, and needs to have a Detect method to see if the converter can run with the files included in the test result dictionary. (So a converter can run only if the dir has a TestSummaries.plist file for example)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Intf

type Intf interface {
	XML() (junit.XML, error)
	Detect([]string) bool
}

Intf is the required interface a converter need to match

func List

func List() []Intf

List lists all supported converters

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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