Jacek Wysocki

Results 81 issues of Jacek Wysocki

**Describe the enhancement you'd like to see** As a user, I need to know if Testkube can be installed on my cluster version

**Describe the enhancement you'd like to see** As an UI user I want to see terminal output in the same way as users sees it in terminal example k6 test...

service:dashboard 🎡

**Describe the bug** When kubeconfig env variable has many config files entries testkube can't start ``` panic: can't get k8s jobs client: stat /Users/exu/.kube/config:/Users/exu/.kube/civo-testkube-kubeconfig:/Users/exu/.kube/bare-metal-kubeconfig: no such file or directory ```

bug 🐛
🥇 good first issue

**Describe the enhancement you'd like to see** As a tester, I want to send webhook requests only for given Test/TestSuite execution events ``` WH1 (start,end) = Test1 WH2 (start) =...

INtegration need `gradle` binary to be installed in host OS

service:executor 🎡

## Pull request description ## Checklist (choose whats happened) - [ ] breaking change! (describe) - [ ] tested locally - [ ] tested on cluster - [ ] added...

**Describe the enhancement you'd like to see** To simplify configuration and make it a little bit cloud-native I want to have testkube config like telemetry enabled and other stuff inside...

**Describe the enhancement you'd like to see** Currently all logs looks like from different systems Use JSON logging for all possible logging outputs. example: ```sh Available migrations for v1.3.0 No...

As a user I want to disable telemetry in all Testkube components with single command. DoD: - Create API endpoint for setting config e.g. `POST /config` pass `{"telemetryEnabled":true}` data and...