Technical requirements
To follow the examples in this book, you must download the corresponding files from the designated GitHub repositories. We will utilize two repositories, as follows:
- The example and code repository provided by Microsoft for the Test Engine component, which will be discussed in the next chapter.
- The GitHub repository specifically created for this book.
Link: https://github.com/PacktPublishing/Automate-Testing-for-Power-Apps
Access to a functioning Power Platform environment is necessary in order to install the provided examples or create new ones. The Power Platform developer environment appears to be the most suitable solution for this purpose. We have already described how to access it in the previous chapter.
We will need to install the .NET Core 6.0.x software development kit (SDK) and add it to the environment variables of our operating system. We will cover the details on how to...