Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Runs ALL API Integration Tests from the Tester service, allowing for filtering on included or excluded tests TestAll(ctx context.Context, included, excluded []string) (*genfront.TestResults, error) // Runs API Integration Tests' Smoke Tests ONLY from the Tester service TestSmoke(ctx context.Context) (*genfront.TestResults, error) }
type TestAllPayload ¶
Click to show internal directories.
Click to hide internal directories.