Documentation ¶
Index ¶
Constants ¶
View Source
const ( TRACETEST_ENDPOINT_VAR = "TRACETEST_ENDPOINT" TRACETEST_OUTPUT_ENDPOINT_VAR = "TRACETEST_OUTPUT_ENDPOINT" )
View Source
const ( TRACETEST_TOKEN_VAR = "TRACETEST_TOKEN" TRACETEST_ORGANIZATION_VAR = "TRACETEST_ORGANIZATION" TRACETEST_ENVIRONMENT_VAR = "TRACETEST_ENVIRONMENT" TRACETEST_CLOUD_URL = "https://app.tracetest.io" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TracetestCLIExecutor ¶ added in v1.16.0
type TracetestRunner ¶
type TracetestRunner struct { Params envs.Params Scraper scraper.Scraper // contains filtered or unexported fields }
func (*TracetestRunner) GetType ¶
func (r *TracetestRunner) GetType() runner.Type
GetType returns runner type
func (*TracetestRunner) Run ¶
func (r *TracetestRunner) Run(ctx context.Context, execution testkube.Execution) (result testkube.ExecutionResult, err error)
Click to show internal directories.
Click to hide internal directories.