Documentation ¶
Overview ¶
package utils contain miscellaneous utility functions that can be useful when writing tests or working with this test framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomName ¶
GenerateRandomName produces a random name made up of lower case letters and number, prefixed with the given string and seprated with a hyphen. The generated name is limited to 9 characters.
func GetGitHubToken ¶ added in v0.1.1
func GetGitHubToken() string
func StringToPointer ¶
StringToPointer returns a pointer to the provided string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.