Documentation ¶
Overview ¶
Package actions contains some general functions that help setup tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildGoTests ¶ added in v1.2.3
BuildGoTests builds the go tests using native go cross-compilation to run, and returns a path to the test executable along with its size in bytes.
Note: currentProjectRootPath and currentSoakTestRootPath are not interchangeable with utils.ProjectRoot and utils.SoakRoot when running in outside repositories. Keep an eye on when you need paths leading to this go package vs the current running project.
func TriggerRemoteTest ¶ added in v1.4.0
func TriggerRemoteTest(exePath string, testEnvironment *environment.Environment) error
TriggerRemoteTest copies the executable to the remote-test-runner and starts the run
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.