github.com/kubeshop/testkube@v1.17.23/contrib/executor/gradle/README.md (about)

     1  ![Testkube Logo](https://raw.githubusercontent.com/kubeshop/testkube/main/assets/testkube-color-gray.png)
     2  
     3  # Welcome to Testkube Gradle Executor
     4  
     5  Testkube Gradle Executor is a test executor to run Gradle tasks with [Testkube](https://testkube.io).  
     6  
     7  ## Usage
     8  
     9  You need to register and deploy the executor in your cluster.
    10  
    11  ```bash
    12  kubectl apply -f examples/gradle-executor.yaml
    13  ```
    14  
    15  Issue the following commands to create and start a Gradle test for a given Git repository:
    16  
    17  ```bash
    18  kubectl testkube create test --git-uri https://github.com/lreimer/hands-on-testkube.git --git-branch main --type "gradle/test" --name gradle-test
    19  kubectl testkube run test --watch gradle-test
    20  ```
    21  
    22  # Issues and enchancements
    23  
    24  Please follow the main [Testkube repository](https://github.com/kubeshop/testkube) for reporting any [issues](https://github.com/kubeshop/testkube/issues) or [discussions](https://github.com/kubeshop/testkube/discussions)
    25  
    26  # Testkube
    27  
    28  For more info go to [main testkube repo](https://github.com/kubeshop/testkube)
    29  
    30  ![Release](https://img.shields.io/github/v/release/kubeshop/testkube) [![Releases](https://img.shields.io/github/downloads/kubeshop/testkube/total.svg)](https://github.com/kubeshop/testkube/tags?label=Downloads) ![Go version](https://img.shields.io/github/go-mod/go-version/kubeshop/testkube)
    31  
    32  ![Docker builds](https://img.shields.io/docker/automated/kubeshop/testkube-api-server) ![Code build](https://img.shields.io/github/workflow/status/kubeshop/testkube/Code%20build%20and%20checks) ![Release date](https://img.shields.io/github/release-date/kubeshop/testkube)
    33  
    34  ![Twitter](https://img.shields.io/twitter/follow/thekubeshop?style=social) ![Slack](https://testkubeworkspace.slack.com/join/shared_invite/zt-2arhz5vmu-U2r3WZ69iPya5Fw0hMhRDg#/shared-invite/email)
    35   #### [Documentation](https://docs.testkube.io) | [Slack](https://testkubeworkspace.slack.com/join/shared_invite/zt-2arhz5vmu-U2r3WZ69iPya5Fw0hMhRDg#/shared-invite/email)