Welcome to TestKube Karate Executor
TestKube Karate Executor is a test executor to run Karate feature test definitions with TestKube.
Usage
You need to register and deploy the executor in your cluster.
kubectl apply -f examples/karate-executor.yaml
Issue the following commands to create and start a Karate test for a given feature file:
kubectl testkube create test --file examples/karate-success.feature --type "karate/feature" --name karate-test
kubectl testkube run test --watch karate-test
Issues and enchancements
Please follow the main TestKube repository for reporting any issues or discussions
Testkube
For more info go to main testkube repo