An intro to web app testing with cypress.io

added by JavaScript Kicks
8/30/2018 7:45:37 AM

527 Views

End-to-end testing is awesome because it mirrors the user's experience. Where you might need a ton of unit tests to get good coverage (the kind where you test that a function returns a value you expect), you can write a single end-to-end test that acts like a real human as it tests several pieces of your app at once.


0 comments