Documentation ¶
Overview ¶
Package browser provides an entry point to the browser extension.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleInstance ¶
type ModuleInstance struct {
// contains filtered or unexported fields
}
ModuleInstance represents an instance of the JS module.
func (*ModuleInstance) Exports ¶
func (mi *ModuleInstance) Exports() k6modules.Exports
Exports returns the exports of the JS module so that it can be used in test scripts.
type RootModule ¶
type RootModule struct{}
RootModule is the global module instance that will create module instances for each VU.
func (*RootModule) NewModuleInstance ¶
func (*RootModule) NewModuleInstance(vu k6modules.VU) k6modules.Instance
NewModuleInstance implements the k6modules.Module interface to return a new instance for each VU.
Click to show internal directories.
Click to hide internal directories.