Technical requirements
To get started, we recommend you clone the repository containing the source code and all the tests that we will write in this chapter from GitHub.
Important note
We have covered how to read and interpret Cypress errors in the Test Runner in Chapter 5, Debugging Cypress Tests. In that chapter, we also covered how we can interact with DOM snapshots in the Test Runner, where we covered the interaction between elements and the command log. In this chapter, we might make references to Chapter 5, Debugging Cypress Tests, or further expound on the information provided in that chapter.
The GitHub repository for this chapter can be found at https://github.com/PacktPublishing/End-to-End-Web-Testing-with-Cypress.
The source code for this chapter can be found in the chapter-09
directory.