integrations

package
v1.11.1 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2019 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Jira specifies a Jira system to `SendTo` command
	Jira = iota

	// Mock specifies a mock Sendable
	Mock
)

Variables

MockSendable is a mock sendable for unit testing

Functions

func SendTo

func SendTo(system int, s *config.Settings) error

SendTo transmits the results stored in the `results.json` file to the specified `system`. The `system` parameter should be one of the constants specified in this file.

Types

type Sendable

type Sendable interface {
	Send(*config.Settings, []formats.CukeFeature) error
}

Sendable abstracts the ability of an object to send a CucumberReport to an interfacing system.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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