package
0.0.0-20200116045104-253972ba00c9
Repository: https://github.com/denis-tingajkin/cloudtest.git
Documentation: pkg.go.dev

# Functions

GetTestConfiguration - Return list of available tests by calling of gotest --list .* $root -tag "" and parsing of output.

# Constants

statusAdded - Just added.
StatusFailed - test is failed to be executed.
StatusRerunRequest - a test was requested its re-run.
StatusSkipped - status if test is marked as skipped.
StatusSkippedSinceNoClusters - status of test if not clusters of desired group are available.
StatusSuccess - test is completed fine.
StatusTimeout - timeout during test execution.
TestEntryKindGoTest - go test test.
TestEntryKindShellTest - shell test.

# Structs

TestEntry - represent one found test.
TestEntryExecution - represent one test execution.

# Type aliases

Status - Test Execution status.
TestEntryKind - describes a testing way.