testim

package
v1.109.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TestimURLRegexp = regexp.MustCompile(`https://app.testim.io/[^\s]+`)
)

Functions

This section is empty.

Types

type Client

type Client struct {
	AccessToken string
	Project     string
	Grid        string
	Branch      string
}

func NewClient

func NewClient(accessToken, project, grid, branch string) *Client

func (*Client) NewRun

func (t *Client) NewRun(kubeconfig string, test inventory.Test, runOptions RunOptions) *Run

type Run

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

func (*Run) PrintDebugInfo

func (r *Run) PrintDebugInfo()

func (*Run) ShouldSucceed

func (r *Run) ShouldSucceed()

func (*Run) URL

func (r *Run) URL() string

type RunOptions

type RunOptions struct {
	TunnelPort string
	BaseUrl    string
	Params     map[string]interface{}
}

Jump to

Keyboard shortcuts

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