Skip to content

why executors are decoupled from tests? (No option to choose executor versions) #3717

Answered by vsukhin
ramanathan23 asked this question in Executors
Discussion options

You must be logged in to vote

hey @ramanathan23 thank you for a set of good questions. Think we still miss these answers in our docs, if you ask them :) @TheBrunoLopes @aabedraba @alelthomas

  1. The main idea of our project is to decouple tests and their execution runtime. So, you can pretty much follow GitOps approach, store your tests in git repo, exchange between different k8s clusters using ArgoCD, etc And, ideally, users can have different runtimes, not only Testkube one
  2. We are Open Source, meaning, you're able to add missing parts yourself. For exampe, in case of specific test engine version,you can fork testkube repo and update Docker file with required version or add additional packages
  3. You can always try to use …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ramanathan23
Comment options

Answer selected by ramanathan23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Executors
Labels
None yet
2 participants