Automating tests built in Test Studio with Azure Pipelines
In this section, we will cover the necessary steps to enable the Power Apps Test Studio pipeline in an Azure DevOps environment using both the classic editor and the new YAML approach. We will assume that you have already set up an Azure DevOps environment, as mentioned in the previous section, and have tests prepared in Test Studio, as covered in Chapter 6 of this book.
We will begin with the common steps required for both the classic and YAML pipelines, then move on to the specific steps for each.
Before you start, it is necessary to complete the following steps – we’ll delve into these steps in detail later on:
- Fork the
Microsoft/PowerAppsTestAutomation
project on GitHub (https://github.com/microsoft/PowerAppsTestAutomation). As we will discuss later, there have been changes to the Power Apps home page that may cause errors when using the original project. As we are creating a fork of this open...