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
E2E
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