Schedule the Pipeline for Unattended Execution
Discover how to schedule your Azure DevOps test pipelines to run automatically at set times without manual intervention. This lesson guides you through setting up triggers, selecting branches, and configuring unattended daily execution for Selenium and Java automation tests.
We'll cover the following...
We'll cover the following...
The pipeline is up and running. We can run it manually every time we need to.
How can we schedule it to run daily?
This is pretty easy to do:
-
In the pipeline edit page, expand the menu at the right of the Run button and click the Triggers option:
-
Click the Add ...