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 … [Read more...] about Why I Moved from Protractor to Cypress and the 7 Steps to Cypress E2E Testing Success
Protractor
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, … [Read more...] about End-To-End Testing with Protractor: A Pragmatic Guide to Get Started in Your Team
Visual Regression Testing with Protractor
The last couple of months I have been working a lot with DevOps and automation along with Angular development. One of the core principles in Continuous Delivery is having your back covered with … [Read more...] about Visual Regression Testing with Protractor
Life Saving Protractor Utilities to fix flaky end-to-end tests
A central part of testing Angular apps is to be able to automate the end-to-end testing so you don't manually have to click through the app every time. This sounds reasonable in theory but often … [Read more...] about Life Saving Protractor Utilities to fix flaky end-to-end tests
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 … [Read more...] about The Complete Guide to Angular Testing and a Weird Trick for Faster Unit Tests (2020)