package
1.99.1
Repository: https://github.com/elastic/e2e-testing.git
Documentation: pkg.go.dev

# Functions

CheckInstalledSoftware checks that the required software is present.
Delete executes a DELETE request.
Execute executes a command in the machine the program is running - workspace: represents the location where to execute the command - command: represents the name of the binary to execute - args: represents the arguments to be passed to the command.
Get executes a GET request.
GetEnv returns an environment variable as string.
GetEnvBool returns an environment variable as boolean.
GetEnvInteger returns an environment variable as integer, including a default value.
Post
Post executes a POST request.
Put executes a PUT request.

# Structs

HTTPRequest configures an HTTP request.