DEV Community

Cover image for High ROI Testing With Cypress Component Testing
Christian Lüdemann
Christian Lüdemann

Posted on

High ROI Testing With Cypress Component Testing

Testing is one of the most struggled topics in Angular development and many developers are either giving up testing altogether or applying inefficient testing practices consuming all their precious time while giving few results in return.

This blog post will change all this as we will cover how I overcame these struggles the hard way and conducted a set of practices for high ROI testing using Cypress component testing.

We will cover:

My testing story
Cypress vs Jest testing
The testing pyramid vs the testing trophy
The High ROI Testing Strategy
Getting started with Cypress component testing
The best way to write component tests
Writing tests for a todo app
So let’s get to it!

Read the blog post here.

Top comments (0)