Sarah Dayan - Test-Driven Development with Vue.js - Vue.js Amsterdam 2020
About this talk
In this talk, Sarah Dayan, a Staff Software Engineer at Algolia, explores the principles of Test-Driven Development (TDD) as applied to Vue.js components. She emphasizes the mental shift required to effectively test components rather than standard scripts, focusing on what to test and differentiating between unit and end-to-end tests. By starting from specifications instead of finished code, attendees learn how TDD ensures comprehensive testing of the public API of components, providing confidence when iterating on Vue projects. This session offers practical insights into testing strategies that enhance development practices in Vue.js applications.