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

Testkube Agent /test-workflow-with-executions 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

List test workflows with latest execution

List test workflows from the kubernetes cluster with latest execution

query Parameters
selector
string

Labels to filter by

Responses

Response samples

Content type
[
  • {
    }
]

Get test workflow details with latest execution

Get test workflow details from the kubernetes cluster with latest execution

path Parameters
id
required
string

unique id of the object

Responses

Response samples

Content type
{
  • "workflow": {
    },
  • "latestExecution": {
    }
}