Technical requirements
To follow the examples in this book, you can download the corresponding files from the designated GitHub repositories. We will utilize two repositories:
- The example and code repository provided by Microsoft for the Test Engine component, which will be discussed in the upcoming chapter: https://github.com/microsoft/PowerApps-TestEngine.
- The GitHub repository, which was specifically created for this book, can be accessed at https://github.com/PacktPublishing/Automate-Testing-for-Power-Apps/tree/main/chapter-05. We will reference the elements contained within this repository later in this chapter.
To clone the repositories, you will need to have Git installed on your computer. If you don’t have it installed already, you can download it from the official Git website (https://git-scm.com/downloads).
While not strictly necessary for this chapter, having a code editor such as Visual Studio Code can significantly help you with editing certain...