tester

package
v0.0.0-...-cb310a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2024 License: MIT Imports: 8 Imported by: 0

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)
}

func New

func New(cc *grpc.ClientConn) Client

Creates a new client for the Tester service.

type TestAllPayload

type TestAllPayload struct {
	Include []string
	Exclude []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL