Azure Devops Pipelines
Trigger a Test Run from Azure Devops Pipelines
Create the Azure Pipelines project the way you normally would.
Add the Testery API Token as a secret variable in your project (follow these steps: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#secret-variables). The Testery API token can be found on the Settings tab on the Integrations sub-tab.
Add the following task to your
azure-pipelines.yml
. Make sure you update the command arguments to match your project.
Last updated