Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testkube Doc: refine test doc for content.type #541

Merged
merged 3 commits into from
Jun 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,13 @@ spec:
type: string
type: object
type:
description: test type
description: |
type of sources a runner can get data from.
string: String content (e.g. Postman JSON file).
file-uri: content stored on the webserver.
git-file: the file stored in the Git repo in the given repository.path field.
git-dir: the entire git repo or git subdirectory depending on the repository.path field (Testkube does a shadow clone and sparse checkout to limit IOs in the case of monorepos)
git: automatically provisions either a file, directory or whole git repository depending on the repository.path field
enum:
- string
- file-uri
Expand Down