
Testkube Has a Free Testing Orchestration Platform — Run Tests at Scale in Kubernetes
Testkube is a Kubernetes-native testing framework that orchestrates any test tool at scale. What You Get for Free Any test framework — Cypress, Playwright, k6, Postman, JMeter, pytest, and more Kubernetes-native — tests run as K8s jobs Test workflows — chain tests, parallel execution, conditional steps Artifact storage — screenshots, logs, reports saved automatically Dashboard — web UI for test management and results CLI — kubectl testkube for terminal-first workflows Webhooks — trigger tests from CI/CD or any event Parametrized tests — run same test with different configs Self-hosted — free, unlimited tests Quick Start # Install on any K8s cluster helm repo add testkube https://kubeshop.github.io/helm-charts helm install testkube testkube/testkube # Create and run a test kubectl testkube create test --name api-test --type postman/collection --file collection.json kubectl testkube run test api-test Why Platform Teams Choose It CI/CD pipelines aren't designed for test orchestration: K8s
Continue reading on Dev.to DevOps
Opens in a new tab




