Summary
This chapter covered discovering Cypress, configuring it, and taking it into an Angular project in the writing of an E2E test.
The chapter started with an introduction to the Cypress tool and explained why it’s the most widely used tool in the Angular community, then showed how to configure Cypress in an Angular project, and finally taught you how to write your first E2E test with Cypress in Angular step by step.
In the next chapter, we will go into more depth with the writing of E2E tests with Cypress in a test-driven development approach, and we will improve and refactor our previous tests related to our components while respecting the good practices with Cypress.