Documentation
¶
Index ¶
Constants ¶
View Source
const ( // RunAllGoEnv when set triggers execution of all go tests RunAllGoEnv = "TEST_ALL_GO" // RunOpenSearchEnv when set triggers OpenSearch tests execution (pkg/opensearch/) RunOpenSearchEnv = "TEST_OPENSEARCH" // RunPostgresEnv when set triggers postgres tests execution RunPostgresEnv = "TEST_POSTGRES" // KeepFailedEnv when set keeps the environment and test data after test execution failed. // This is useful for debugging failed tests. KeepFailedEnv = "TEST_KEEP_FAILED" )
Env variables to control test suites execution
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.