You probably know it is a good idea to test your Angular Apps because it pays for itself in the form of easier maintenance and fewer errors. As I explained in my guide to Angular testing, unit tests … [Read more...] about All You Need to Know About Mocking in Angular Tests
Testing
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
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