Welcome to Testkube - Your friendly cloud-native testing framework for Kubernetes Website | Documentation | Twitter | Discord | Blog
Testkube Azure DevOps ExtensionThis is an Azure DevOps Extension for managing your Testkube installation. Use it to install Testkube CLI to manage your resources, run tests and test suites, or anything else. Table of contentInstallation// TODO: add link to extension UsageTestkube ProTo use the Azure DevOps Extension for the Testkube Pro, you need to create API token. Then, pass the
Storing sensitive information directly in the workflow's YAML configuration is likely unsafe. Self-hosted instanceTo connect to the self-hosted instance, you need to have
ExamplesInputsIn addition to the common inputs, there are specific inputs for connecting to kubectl and Testkube Pro. Common
Kubernetes (
|
Required | Name | Description |
---|---|---|
✗ | namespace |
Set namespace where Testkube is deployed to (default: testkube ) |
Pro and Enterprise
Required | Name | Description |
---|---|---|
✓ | organization |
The organization ID from Testkube Pro or Enterprise - it starts with tkc_org , you may find it i.e. in the dashboard's URL |
✓ | environment |
The environment ID from Testkube Pro or Enterprise - it starts with tkc_env , you may find it i.e. in the dashboard's URL |
✓ | token |
API token that has at least a permission to run specific test or test suite. You may read more about creating API token in Testkube Pro or Enterprise |
✗ | url |
URL of the Testkube Enterprise instance, if applicable |