itests

package
v2.18.5 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const TestDelay = "BC_TEST_DELAY"

TestDelay is an environment variable constant for integration test delays

Variables

This section is empty.

Functions

This section is empty.

Types

type ProfileCredentials

type ProfileCredentials struct {
	APIKey      string `json:"apiKey"`
	BearerToken string `json:"bearerToken"`
	SigningKey  string `json:"signingKey"`
}

ProfileCredentials model alternate test credentials

type TestConfiguration

type TestConfiguration struct {
	GatewayHost            string                        `json:"gatewayHost"`
	TestGatewayHost        string                        `json:"testGatewayHost"`
	DashboardHost          string                        `json:"dashboardHost"`
	DefaultTerminalName    string                        `json:"defaultTerminalName"`
	DefaultTerminalAddress string                        `json:"defaultTerminalAddress"`
	APIKey                 string                        `json:"apiKey"`
	BearerToken            string                        `json:"bearerToken"`
	SigningKey             string                        `json:"signingKey"`
	Profiles               map[string]ProfileCredentials `json:"profiles"`
}

TestConfiguration models test configuration

Jump to

Keyboard shortcuts

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