testkube icon indicating copy to clipboard operation
testkube copied to clipboard

Allow to change test framework / platform version for executor

Open exu opened this issue 3 years ago • 1 comments

Describe the enhancement you'd like to see

As a test engineer I want to run my tests against given version of testing framework or platform where test is run

Example use cases:

  • npm project based executors solves that
  • maven / gradle often has fixed Java version (let's name it platform behind testing framework) - we would need to handle that issue as currently it limits usage a lot
  • postman file based - are run against newman of fixed version

exu avatar Jun 03 '22 13:06 exu

And might be keep it updated to latest version by default

vsukhin avatar Jun 03 '22 13:06 vsukhin