engine

package
v0.0.0-...-ccd5aba Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleSuit

func HandleSuit()

func ProcessSuit

func ProcessSuit(suit engine.Suit)

Types

type Browser

type Browser struct {
	BrowserId    string
	Type         string
	ChildBrowser []Browser
	// contains filtered or unexported fields
}

func NewBrowser

func NewBrowser(browserType string) *Browser

func (*Browser) Close

func (b *Browser) Close()

func (*Browser) Navigate

func (b *Browser) Navigate(url string)

type TestReport

type TestReport struct {
	Total   int
	Success int
	Failed  int
	Running int
	// contains filtered or unexported fields
}

type TestSuit

type TestSuit struct {
	system.Model
	TestSuitId string
	Version    int64
	Status     string
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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