Jacek Wysocki
Jacek Wysocki
When running recent version of testkube on OpenShift cluster I'm getting issue with TLS: ``` ████████ ███████ ███████ ████████ ██ ██ ██ ██ ██████ ███████ ██ ██ ██ ██ ██...
For now we're using name in some places but in some there is still need for ID usage Instead of messing around with two identifiers we can just store name...
Allow setting: - channel - list of events to listen for Use CRD resource to handle that `SlackNotification` resource or just `Slack`?
**Is your feature request related to a problem? Please describe.** > Ingress, it would be good to also provide some working example for Traefik, because it's another popular alternative to...
**Describe the enhancement you'd like to see** As a test engineer I want to easily display test output in popular metrics dashboard and pass data to popular event platforms -...
DoD: Run test / test suites when resource change We decided to go with TestTrigger CRD ```yaml apiVersion: tests.testkube.io/v1 kind: TestTrigger metadata: name: deployment-test-trigger spec: testName: someLoadTest # or #testSuiteName:...
**Describe the enhancement you'd like to see** To follow good security practice, we need to use recent base docker images building our software. - [ ] Testkube main repo -...
**Describe the enhancement you'd like to see** With clear and concise use cases. What are differences between user/token/secrets
- [ ] Testkube main repo - [ ] Operator - [ ] Executor: template - [ ] Executor: postman - [ ] Executor: cypress - [ ] Executor: curl...
**Is your feature request related to a problem? Please describe.** Installation on MacOS **Describe the solution you'd like** Create tap formula for brew tap use it like ```sh brew tap...