https://github.com/kubeshop/testkube
☸️ Kubernetes-native testing framework for test execution and orchestration
https://github.com/kubeshop/testkube
cicd devops k8s kubernetes monitoring quality-assurance testing testing-automation testing-tools testkube
Last synced: 27 days ago
JSON representation
☸️ Kubernetes-native testing framework for test execution and orchestration
- Host: GitHub
- URL: https://github.com/kubeshop/testkube
- Owner: kubeshop
- License: other
- Created: 2021-07-01T07:47:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T17:08:20.000Z (7 months ago)
- Last Synced: 2025-04-27T05:41:43.308Z (7 months ago)
- Topics: cicd, devops, k8s, kubernetes, monitoring, quality-assurance, testing, testing-automation, testing-tools, testkube
- Language: Go
- Homepage: https://testkube.io
- Size: 573 MB
- Stars: 1,431
- Watchers: 19
- Forks: 143
- Open Issues: 329
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-platform-engineering - Testkube - Kubernetes-native framework for test definition and execution (Kubernetes / Kubernetes testing)
- awesome-k8s-resources - Testkube - Testkube is a Kubernetes native Testing Framework for test orchestration and execution. It allows you to run any of your tests inside a Kubernetes cluster. Integrates with your CI/CD and allows you to follow a GitOps approach to Testing while having a centralized place for all of your Test Results accross all clusters. (Tools and Libraries / Testing and Troubleshooting)
- awesome-repositories - kubeshop/testkube - ☸️ Kubernetes-native Continuous Testing Platform for Cloud-Native Applications (Go)
- awesome-cloud-native - testkube - Kubernetes-native framework for test definition and execution. (Reliability & Chaos Engineering)
README
Website |
Documentation |
Changelog |
Blog |
Slack |
LinkedIn |
X
# Welcome to Testkube!
Testkube is a Test Orchestration and Execution Framework for Cloud-Native Applications.
It provides a single platform for defining, running and analyzing test executions, using
your existing testing tools/scripts, leveraging your existing CI/CD/GitOps pipelines and
Kubernetes infrastructure.
Testkube consists of a **Control Plane** and any number of **Testkube Agents**. The Control Plane exposes a
Dashboard for easy and centralized access to most Testkube features.
The Testkube Agent (this repo) is **100% Open-Source** and can be deployed standalone without a Control Plane - [Read More](https://docs.testkube.io/articles/open-source).
### Why use Testkube?
- **Run any Tests**: Execute any tests/tools/scripts at scale - [Examples & Guides](https://docs.testkube.io/articles/examples/overview).
- **Run Tests whenever needed**: Run tests manually, on schedules, from CI/CD/GitOps pipelines, on Kubernetes Events, etc. - [Read More](https://docs.testkube.io/articles/triggering-overview).
- **Results and Analytics**: Aggregate all test results, artifacts, logs and resource-metrics for centralized troubleshooting and reporting - [Read More](https://docs.testkube.io/articles/results-overview).
- **Works with your tools**: Integrate with existing tools and infrastructure using [Webhooks](https://docs.testkube.io/articles/webhooks) and the [Testkube REST API](https://docs.testkube.io/openapi/overview) - see [Integration Examples](https://docs.testkube.io/articles/integrations).
- **Enterprise Ready**: SSO/SCIM, RBAC, Teams, Resource-Groups, Audit-logs, etc. - [Read More](https://docs.testkube.io/articles/administration-overview).
### Getting Started with Open Source
To get started with the open source agent:
- The [Helm or CLI Installation](https://docs.testkube.io/articles/install/standalone-agent#installing-the-standalone-agent) will make it easy to deploy the agent into your target cluster.
- The [Quickstart](https://docs.testkube.io/articles/getting-started-with-open-source) is the easiest way to set up
Testkube and run your first tests.
Check out the [Testkube Open Source Overview](https://docs.testkube.io/articles/open-source) to learn
more about the open source deployment architecture.
### Getting Started with the Commercial Control Plane
Looking for more than single environment test execution? Do you need orchestration accross clusters, support for different trigger points, and high level reporting and artifact collection? Enterprise may be for your team - there are several ways to get started:
- The [Quickstart](https://docs.testkube.io/articles/tutorial/quickstart/overview) is the easiest way to set up
Testkube and run your first tests
- The [Helm Chart Installation](https://docs.testkube.io/articles/install/install-with-helm) gives you more control over the installed components.
- The [Feature Comparison](https://docs.testkube.io/articles/install/feature-comparison) page details the differences between Enterprise and Open Source.
Check out the [Installation Overview](https://docs.testkube.io/articles/install/overview) to learn
more about different ways to deploy and run the Testkube Control Plane.
### Documentation
Extensive documentation is available at [docs.testkube.io](https://docs.testkube.io).
### Contributing
Shout-out to our contributors 🎉 - you're great!
- ⭐️ [@lreimer](https://github.com/lreimer) - [K6 executor](https://github.com/kubeshop/testkube-executor-k6) [Gradle executor](https://github.com/kubeshop/testkube-executor-gradle) [Maven executor](https://github.com/kubeshop/testkube-executor-maven)
- ⭐️ [@jdborneman-terminus](https://github.com/jdborneman-terminus) - [Ginkgo executor](https://github.com/kubeshop/testkube-executor-ginkgo)
- ️⭐️ [@abhishek9686](https://github.com/abhishek9686)
- ⭐️ [@ancosma](https://github.com/ancosma)
- ⭐️ [@Stupremee](https://github.com/Stupremee)
- ⭐️ [@artem-zherdiev-ingio](https://github.com/artem-zherdiev-ingio)
- ⭐️ [@chooco13](https://github.com/chooco13) - [Playwright executor](https://github.com/kubeshop/testkube-executor-playwright)
Go to [contribution document](CONTRIBUTING.md) to read more how can you help us 🔥
### Feedback
Whether Testkube helps you or not, we would love to help and hear from you. Please [join us on Slack](https://testkubeworkspace.slack.com/join/shared_invite/zt-2arhz5vmu-U2r3WZ69iPya5Fw0hMhRDg#/shared-invite/email) to ask questions
and let us know how we can make Testkube even better!