Skip to main content
New to Testkube? Unleash the power of cloud native testing in Kubernetes with Testkube. Get Started >

Testkube Agent /executor-by-types operations

Testkube API (1.0.0)

Download OpenAPI specification:Download

E-mail: testkube@kubeshop.io License: MIT

Testkube provides a Kubernetes-native framework for test definition, execution and results

Get executor details by type

Returns executors data with executions passed to executor

query Parameters
testType
required
string

test type of the executor

Responses

Response samples

Content type
{
  • "name": "string",
  • "executor": {
    },
  • "executions": {
    }
}