E2E

Why I Moved from Protractor to Cypress and the 7 Steps to Cypress E2E Testing Success

In this blog post, I will cover why I went from using Protractor to start using Cypress for end-to-end testing. We will look at the flaws in Protractor and how Cypress is fixing them as well as looking into the 7 steps to Cypress e2e testing success. Let’s get started! If you have been working …

Why I Moved from Protractor to Cypress and the 7 Steps to Cypress E2E Testing Success Read More »

End-To-End Testing with Protractor: A Pragmatic Guide to Get Started in Your Team

It seems that a lot of developer teams fall in one of these two categories for end-to-end testing: Have no end-to-end tests because they are too hard to create Have too many end-to-end tests, making many fulltime jobs to maintain Either one of these is not practical as the first one is causing the team …

End-To-End Testing with Protractor: A Pragmatic Guide to Get Started in Your Team Read More »

The Complete Guide to Angular Testing and a Weird Trick for Faster Unit Tests (2020)

When doing practices like continuous delivery and continuous integration, testing becomes a more important part of the work because it’s unreasonable to regression test all possible effects of a release manually. When doing five releases on a workday, you don’t get to do a full manual regression testing on every release as that would easily …

The Complete Guide to Angular Testing and a Weird Trick for Faster Unit Tests (2020) Read More »