testkube

Kubernetes-native framework for test definition and execution

brewmacoslinux
Try with needOr install directly
Source

About

Kubernetes-native framework for test definition and execution

Commands

kubectl-testkubetestkube

Examples

Initialize testkube in your Kubernetes cluster$ testkube init
Create and run a test from a Git repository$ testkube create test --name my-test --type postman --git-uri https://github.com/example/repo.git
Execute a test and view results$ testkube run test my-test --watch