High ROI Testing with Cypress Component Testing (with Lars Gyrup Brink Nielsen)

Share on facebook
Share on google
Share on twitter
Share on linkedin

In this podcast, we cover Cypress Component testing and how you can use it to get a high ROI on your testing.

  • Motivation for integration-based testing vs. the testing pyramid
  • The testing trophy
  • Cypress CT vs. Jest
  • Setup of cypress CT
  • Best practices with Cypress CT
  • Test setup with SIFERS
  • CRUD test of TODO app


Do you want to become an Angular architect? Check out Angular Architect Accelerator.

Related Posts and Comments

Error, loading, content…? Use this page pattern for your Angular apps

When developing Angular applications, it’s common for pages to transition through three key states: error, loading, and show content. Every time you fetch data from an API, your page will likely show a loading indicator first, and then either render the content successfully or display an error message if something goes wrong. This pattern is

Read More »

How to do Cypress component testing for Angular apps with MSW

In this post, we will cover how to do Cypress Component testing with MSW (mock service worker) and why it’s beneficial to have a mock environment with MSW. The mock environment My recommendation for most enterprise projects is to have a mocking environment as it serves the following purposes : * The front end can

Read More »

Leave a Comment

Your email address will not be published. Required fields are marked *