Skip to search

TestSuite

tests.testkube.io / v1

apiVersion: tests.testkube.io/v1 kind: TestSuite metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
spec object
TestSuiteSpec defines the desired state of TestSuite
after []object
After steps is list of tests which will be sequentially orchestrated
delay object
TestSuiteStepDelay contains step delay parameters
duration integer
Duration in ms
format: int32
execute object
TestSuiteStepExecute defines step to be executed
name string
namespace string
stopOnFailure boolean
type string
before []object
Before steps is list of tests which will be sequentially orchestrated
delay object
TestSuiteStepDelay contains step delay parameters
duration integer
Duration in ms
format: int32
execute object
TestSuiteStepExecute defines step to be executed
name string
namespace string
stopOnFailure boolean
type string
description string
params object
DEPRECATED execution params passed to executor
repeats integer
schedule string
schedule in cron job format for scheduled test execution
steps []object
Steps is list of tests which will be sequentially orchestrated
delay object
TestSuiteStepDelay contains step delay parameters
duration integer
Duration in ms
format: int32
execute object
TestSuiteStepExecute defines step to be executed
name string
namespace string
stopOnFailure boolean
type string
variables object
Variables are new params with secrets attached
status object
TestSuiteStatus defines the observed state of TestSuite

No matches. Try .spec.after for an exact path