github.com/kubeshop/testkube@v1.17.23/contrib/executor/maven/README.md (about) 1  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  [](https://github.com/kubeshop/testkube/tags?label=Downloads)  30 31    32 33   34 #### [Documentation](https://docs.testkube.io) | [Slack](https://testkubeworkspace.slack.com/join/shared_invite/zt-2arhz5vmu-U2r3WZ69iPya5Fw0hMhRDg#/shared-invite/email)