Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.63 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.63 KB

Testkube Examples

This repository consists of all the examples used in our blog posts, articles, tutorials and videos.

List of Examples

  1. Ephemeral Environments Using GitHub Actions: In this example we show how we can use Testkube in ephermeral environments using GitHub actions.
  2. Pytest Test Workflow: Example to show how to configure a Pytest workflow.
  3. Cucumber Test Using Gradle: Example to show how to configure a Cucumber test using Gradle Test Worfklow.
  4. RestAssured Test Using Gradle: Example to show how to configure a RestAssured test using Gradle Test Worfklow.
  5. Gatling Simple: Example for running a simple Gatling Test Workflow.
  6. Gatling Distributed: Example for running a distributed Gatling Test Workflow.
  7. ArgoCD: Example showing how to sync Test Workflows using Argo CD and executing them using post-sync-hooks.
  8. ArgoRollouts: Example to show how we can use Testkube Workflows to progress a new version of an application in a canary deployment.