My entire career, I've only used automated integration testing when the app...
My entire career, I've only used automated integration testing when the app was too big to manually test.
But Cypress has changed that. It's so easy to write tests that I use Cypress on every app now. Why? Because it *speeds my development* by automating my feedback loop. 🔥
Cypress Driven Development:
1. Write a failing automated integration test for a portion of the feature
2. Make it pass
3. Refactor
4. Repeat
No more manually filling out a form and clicking on links to see if the app works. I hit save and watch Cypress automate the browser! 😎