Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultEnvironmentsPath = "./environments/"
)
Variables ¶
This section is empty.
Functions ¶
func ProvisionCommandFactory ¶
func ProvisionCommandFactory(meta Meta) cli.CommandFactory
func RunCommandFactory ¶
func RunCommandFactory(meta Meta) cli.CommandFactory
Types ¶
type EventDecoder ¶
type EventDecoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func NewDecoder(r io.Reader) *EventDecoder
func (*EventDecoder) Decode ¶
func (d *EventDecoder) Decode(logger hclog.Logger) (*TestReport, error)
type TestReport ¶
type TestReport struct { Events []*TestEvent Suites map[string]*TestSuite TotalSuites int TotalFailedSuites int TotalCases int TotalFailedCases int TotalTests int TotalFailedTests int Elapsed float64 Output []string }
func (*TestReport) Summary ¶
func (r *TestReport) Summary() string
Click to show internal directories.
Click to hide internal directories.