tracetest

package
v0.0.0-...-49de588 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Job

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

type JobType

type JobType string
const (
	RunTestFromId         JobType = "runTestFromId"
	RunTestFromDefinition JobType = "runTestFromDefinition"
)

type Metadata

type Metadata map[string]string

type Tracetest

type Tracetest struct {
	Vu modules.VU
	// contains filtered or unexported fields
}

func New

func New() *Tracetest

func (*Tracetest) Constructor

func (t *Tracetest) Constructor(call goja.ConstructorCall) *goja.Object

func (*Tracetest) RunFromDefinition

func (t *Tracetest) RunFromDefinition(testDefinition, traceID string)

func (*Tracetest) RunTest

func (t *Tracetest) RunTest(testID, traceID string)

func (*Tracetest) SyncRunTest

func (t *Tracetest) SyncRunTest(testID, traceID string) (*models.TracetestRun, error)

func (*Tracetest) SyncRunTestFromDefinition

func (t *Tracetest) SyncRunTestFromDefinition(testDefinition, traceID string) (*models.TracetestRun, error)

Jump to

Keyboard shortcuts

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