Tomasz Konieczny
Tomasz Konieczny
**Describe the bug** Multiple different cypress executor images with specific Cypress versions are available (Cypress 10, and legacy 9 and 8). https://hub.docker.com/r/kubeshop/testkube-cypress-executor/tags?page=1&ordering=last_updated Currently the `latest` tag points to the last...
**Describe the enhancement you'd like to see** Currently images are tagged this way **Cypress** - 1.1.9-cypress10, and additional 1.1-cypress10 - 1.1.9-cypress9, and additional 1.1-cypress9 - 1.1.9-cypress8, and additional 1.1-cypress8 There...
Executor smoke tests for Gradle
Executor smoke tests for Maven
Executor smoke tests for k6
**Describe the bug** Currently some of the parameters that are needed to run the test aren't required, or they default to some unexpected default values. Check `tk run test -h`:...
**Describe the bug** It's not possible to run K6 tests from git-file. **To Reproduce** Steps to reproduce the behavior: 1. Create a K6 test from git-file with CLI: ```tk create...
**Describe the bug** K6 don't support running scripts from directory - setting `git-dir` shouldn't be possible. By default, when `--test-content-type` isn't set for K6 test the `git-dir` is used. **To...
Executor smoke tests for Cypress. Versions: - Cypress 10.X - Cypress 9.X - Cypress 8.X Browsers: - Electron - Chrome - Firefox
**Describe the enhancement you'd like to see** Ability to set test timeout - the max execution time after the Test will be automatically killed and marked as failed. It's quite...