Documentation ¶
Overview ¶
Package fixture defines fixtures for inputs tests.
Index ¶
Constants ¶
View Source
const ( AnyVK = "anyVK" AnyVKInGuest = "anyVKInGuest" ClamshellVK = "clamshellVK" ClamshellNonVK = "clamshellNonVK" ClamshellNonVKInGuest = "clamshellNonVKInGuest" TabletVK = "tabletVK" TabletVKInGuest = "tabletVKInGuest" )
List of fixture names for inputs.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FixtData ¶
type FixtData struct { Chrome *chrome.Chrome TestAPIConn *chrome.TestConn UserContext *useractions.UserContext }
FixtData is the data returned by SetUp and passed to tests.
Click to show internal directories.
Click to hide internal directories.