Testkube Open API - Create and Execute Test #2718
-
We have issues executing tests which are residing in git (be it Github or Bitbucket) We followed the sample payload for create test Sample Payload with Content field This is response we get
Also, can you provide any document for the architecture about script storage and retrieval from minio works in testkube ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hey @NeoKnick In api description you just see examples of the valuse, but they are not synchronized between them You can find a lot of examples there https://kubeshop.github.io/testkube/getting-started Scripts are stored either in Test CRD for string based tests or returned from git repos for git based tests |
Beta Was this translation helpful? Give feedback.
hey @NeoKnick
Thank you for interest in TestKube!
In api description you just see examples of the valuse, but they are not synchronized between them
So, you need to properly define above parameters, for example for
"type": "string"
you need to define "data" field in content structureIn case of using git repository, the type will be either git-file or git-dir
You can find a lot of examples there https://kubeshop.github.io/testkube/getting-started
Scripts are stored either in Test CRD for string based tests or returned from git repos for git based tests
Minio is used for storing test artifacts, produced during test execution - like reports, video files or screenshots