vLia

Results 10 issues of vLia

**Describe the bug** `tput: No value for $TERM and no -T specified` error line shows up in Cypress tests **To Reproduce** Steps to reproduce the behavior: 1. Run Cypress test...

bug 🐛

**Why should it be implemented?** During code review for https://github.com/kubeshop/testkube-executor-k6/pull/20 it came up that there is a better way to get the needed information from the outputs of running K6...

tech-debt 🙈

**Why should it be implemented?** Using service account keys has been deprecated with https://github.com/google-github-actions/setup-gcloud The newest recommendation is to use Workload Identity. **Describe the improvement** Using Workload Identity is safer...

tech-debt 🙈

Follow-up to https://github.com/kubeshop/testkube/issues/1553 **Is your feature request related to a problem? Please describe.** Errors are not monitored and alerted on. **Describe the solution you'd like** As we are already having...

feature-request 🚀

Follow-up to https://github.com/kubeshop/testkube/issues/833 As a **CI/CD pipeline owner** I would like to **be able to use Testkube with Docker** in order to **include it into my pipeline**. Create a Docker...

feature-request 🚀

**Describe the bug** Running ``` testkube create test --git-uri https://github.com/kubeshop/testkube-executor-maven.git --git-path examples/hello-maven-settings --type maven/test --name maven-example-test --git-branch main testkube run test maven-example-test --copy-files "/Users/lilla/kubeshop/src/testkube-executor-maven/examples/hello-maven-settings/settings.xml:/tmp/settings.xml" --args "--settings" --args "/tmp/settings.xml" -v "TESTKUBE_MAVEN=true"...

bug 🐛

**Is your feature request related to a problem? Please describe.** Right now we do not have any metrics regarding our aptly server: https://repo.testkube.io/ **Describe the solution you'd like** We should...

feature-request 🚀

**Is your feature request related to a problem? Please describe.** During a discussion on copying files from host regarding issue #2216 it came up that we should allow aws buckets...

feature-request 🚀

**Is your feature request related to a problem? Please describe.** File mappings were recently added to tests and test executions. The same should be done for test suites. **Describe the...

feature-request 🚀

**Is your feature request related to a problem? Please describe.** Related to issue https://github.com/kubeshop/testkube/issues/2185 Some testing frameworks allow configuration via files (variables files in Postman, settings.xml in Maven). Testkube users...

feature-request 🚀