Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultFn = "default" Options = "options" SetupFn = "setup" TeardownFn = "teardown" )
JS constants
View Source
const Version = "0.27.1"
Version contains the current semantic version of k6.
Variables ¶
View Source
var Banner = strings.Join([]string{
` /\ |‾‾| /‾‾/ /‾/ `,
` /\ / \ | |_/ / / / `,
` / \/ \ | | / ‾‾\ `,
` / \ | |‾\ \ | (_) | `,
` / __________ \ |__| \__\ \___/ .io`,
}, "\n")
Banner contains the ASCII-art banner with the k6 logo and stylized website URL TODO: make these into methods, only the version needs to be a variable
View Source
var VersionDetails = "" // nolint:gochecknoglobals
VersionDetails can be set externally as part of the build process
Functions ¶
func FullVersion ¶ added in v0.26.0
func FullVersion() string
FullVersion returns the maximally full version and build information for the currently running k6 executable.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.