This page explains how to set up and run AskUI workflows in Azure DevOps, including pipeline configuration, environment variables, Docker setup, and report generation, with a full example on GitHub.
Project Structure
tests
directory in your repository root to store your AskUI Python scripts.Note: The directory name may vary based on your project organization.
Configure Pipeline YAML
azure-pipelines.yml
file in your repository root with the following configuration:Configure Environment Variables
Note: Set these variables in your Azure DevOps pipeline settings.
Set Up AskUI Agent OS
Run Tests
Publish Test Results