Documentation ¶
Index ¶
Constants ¶
View Source
const ( Width = "width" Height = "height" Driver = "driver" Args = "args" Timeout = "timeout" Debug = "debug" )
Key of context element in testsuite file
View Source
const Name = "web"
Name of the Context
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WebTestCaseContext ¶
type WebTestCaseContext struct { venom.CommonTestCaseContext Page *agouti.Page // contains filtered or unexported fields }
WebTestCaseContext represents the context of a testcase
func (*WebTestCaseContext) Init ¶
func (tcc *WebTestCaseContext) Init() error
Init build context of type web. It creates a new browser
Click to show internal directories.
Click to hide internal directories.