๐๏ธ Cypress
Check out our blog post to follow tutorial steps for end-to-end testing of your Kubernetes applications with Cypress.
๐๏ธ Postman
<!-- Watch this simple Testkube intro video for Postman collections with Testkube:
๐๏ธ SoapUI
Check out our blog post to follow tutorial steps to Learn how to run functional tests in Kubernetes with SoapUI and Testkube.
๐๏ธ JMeter
The Apache JMeterโข application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
๐๏ธ K6
Check out our blog post to follow tutorial steps to harness the power of k6 load testing in Kubernetes with Testkube's CLI and API.
๐๏ธ KubePug
KubePug is a kubectl plugin checking for deprecated Kubernetes clusters or deprecated versions of Kubernetes manifests. It can connect to both your cluster directly and it can run on input files.
๐๏ธ Artillery.io
Test Environment
๐๏ธ Maven
Testkube allows us to run Maven-based tasks which could be also tests. For example we can easily run JUnit tests in Testkube now.
๐๏ธ Gradle
Testkube allows running Gradle based tasks that could be also tests. For example, we can easily run JUnit tests in Testkube.
๐๏ธ Ginkgo
Testkube allows us to run Ginkgo-based tests. (https://onsi.github.io/ginkgo/)
๐๏ธ cURL
Testkube is able to run cURL commands as tests. There are 2 possibilities to validate the outputs of the cURL command:
๐๏ธ Container Executor
The TestKube Container Executor allows you to run your own container images for executing tests. TestKube orchestrates the Tests using the container image as Kubernetes Jobs.
๐๏ธ Creating New Test Types
To use a testing framework that is not on the currently supported framework list for Testkube, you can create your custom executor and configure it to run any type of tests that you need. These custom test types can be added to your Testkube installation and/or contributed to our repo. We are very happy to receive executor contributions from our community.