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