testkube
testkube copied to clipboard
Executors - Add handling for possible binary parameters
Describe the enhancement you'd like to see
As a tester, I want to have possible binary parameters which I can pass through Testkube UI / CLI with visual help
I don't want to check binary --help in Terminal to check that
Additional context
Add some common mechanism and data structure for:
- [ ] parsing,
- [ ] defining
- [ ] and validating parameters
Basic implementation was done by Discord user https://github.com/jdborneman-terminus
Here: https://github.com/kubeshop/testkube-executor-ginkgo/pull/1/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R19