The Test Pyramid should be a well-known metaphor of grouping tests in buckets, with unit tests at the base and E2E at the top. But this concept has led over the years to invest heavily in the former and often ignore the latter, while a good end-to-end test suite is what saves the day in difficult times. In this talk I'll explain what Cypress is, how to best integrate it with Angular, and how to configure it in a CI/CD pipeline on GitHub.

Comments

Comments are closed.

Alberto Chiesa at 14:59 on 7 Oct 2022

Funny, informative and to the point!

Mark Tex at 11:45 on 8 Oct 2022

Awesome. The speaker teach the pragmatic way to the e2e testing using cypress. I will use it in the near future.

Amazing