Technical requirements
In this chapter, we will continue looking at working examples of Git through the Command-Line Interface (CLI). We will be using the Terminal software on the Mac for our examples. Windows users can use the built-in PowerShell to execute these commands. We will also be downloading and exploring VS Code, which is an IDE. Please check this page for the download requirements: https://code.visualstudio.com/docs/supporting/requirements. We also expect you to know the basics of HTML to follow along with the next section on JavaScript.
All the code snippets can be found in the GitHub repository: https://github.com/PacktPublishing/B19046_Test-Automation-Engineering-Handbook in the src/ch4 folder.