Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHTTPExpect ¶
func NewHTTPExpect(tb httpexpect.TestingTB, baseURL string) *httpexpect.Expect
NewHTTPExpect returns a new Expect object without printer
func NewHTTPExpectWithCookies ¶
func NewHTTPExpectWithCookies(testingTB httpexpect.TestingTB, baseURL string, cookies map[string]string) *httpexpect.Expect
NewHTTPExpectWithCookies returns a new Expect object without printer with preset cookies to the base URL
Types ¶
type BootupInfo ¶
type BootupInfo struct { ShutdownFunc func() Application *flamingo.Application BaseURL string Running chan struct{} }
BootupInfo about the booted app
Click to show internal directories.
Click to hide internal directories.