Documentation
¶
Overview ¶
Package tests contains types needed for running integration tests that run k6 commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalTestState ¶
type GlobalTestState = tests.GlobalTestState
GlobalTestState is a wrapper around GlobalState for use in tests.
func NewGlobalTestState ¶
func NewGlobalTestState(tb testing.TB) *GlobalTestState
NewGlobalTestState returns an initialized GlobalTestState, mocking all GlobalState fields for use in tests.
Click to show internal directories.
Click to hide internal directories.