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

     1  ![Testkube Logo](https://raw.githubusercontent.com/kubeshop/testkube/main/assets/testkube-color-gray.png)
     2  
     3  # Welcome to TestKube Maven Executor
     4  
     5  TestKube Gradle Executor is a test executor to run Maven goals with [TestKube](https://testkube.io).  
     6  
     7  ## Usage
     8  
     9  You need to register and deploy the executor in your cluster.
    10  ```bash
    11  kubectl apply -f examples/maven-executor.yaml
    12  ```
    13  
    14  Issue the following commands to create and start a Maven test for a given Git repository:
    15  ```bash
    16  kubectl testkube create test --git-uri https://github.com/lreimer/hands-on-testkube.git --git-branch main --type "maven/test" --name maven-test
    17  kubectl testkube run test --watch maven-test
    18  ```
    19  
    20  # Issues and enchancements 
    21  
    22  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)
    23  
    24  
    25  # Testkube 
    26  
    27  For more info go to [main testkube repo](https://github.com/kubeshop/testkube)
    28  
    29  ![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)
    30  
    31  ![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)
    32  
    33  ![Twitter](https://img.shields.io/twitter/follow/thekubeshop?style=social) ![Slack](https://testkubeworkspace.slack.com/join/shared_invite/zt-2arhz5vmu-U2r3WZ69iPya5Fw0hMhRDg#/shared-invite/email)
    34   #### [Documentation](https://docs.testkube.io) | [Slack](https://testkubeworkspace.slack.com/join/shared_invite/zt-2arhz5vmu-U2r3WZ69iPya5Fw0hMhRDg#/shared-invite/email)