e2e

package
v0.0.0-...-ade549e Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Continuous              bool
	ContinuousExitOnError   bool
	NetworkEnv              string
	BootstrapAddrs          []string
	NodesURL                string
	APIURL                  string
	DelayBetweenRunsSeconds int
	GitCommit               string

	V2WalletKey       *ecdsa.PrivateKey
	V2InstallationKey *ecdsa.PrivateKey
}

type Runner

type Runner struct {
	// contains filtered or unexported fields
}

func NewRunner

func NewRunner(ctx context.Context, log *zap.Logger, config *Config) *Runner

func (*Runner) Start

func (r *Runner) Start() error

type Suite

type Suite struct {
	// contains filtered or unexported fields
}

func NewSuite

func NewSuite(ctx context.Context, log *zap.Logger, config *Config) *Suite

func (*Suite) Tests

func (s *Suite) Tests() []*Test

type Test

type Test struct {
	Name string
	Run  testRunFunc
}

Jump to

Keyboard shortcuts

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