Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPMockExpectation ¶
type HTTPMockExpectation struct { HTTPRequest HTTPRequest `json:"httpRequest"` HTTPResponse HTTPResponse `json:"httpResponse"` }
HTTPMockExpectation the expectation payload.
type HTTPRequest ¶
HTTPRequest the http request properties for http mock.
type HTTPResponse ¶
type HTTPResponse struct { StatusCode int `json:"statusCode"` Headers []Headers `json:"headers"` Body string `json:"body"` }
HTTPResponse the http response for http mock.
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner is e2e tests runner responsible for starting test environment and running e2e tests.
Click to show internal directories.
Click to hide internal directories.