About this book
This is a book about writing automated tests for Vue applications. Most of the book is focused on unit testing, because the techniques for unit testing components are the most specific to Vue. I also spend a chapter explaining snapshot testing and a chapter explaining end-to-end testing.
The aim of the book is to teach you how to write a robust suite of automated tests to verify that your Vue applications work correctly. I’ll teach you the techniques and the approach to testing that I’ve found most effective.
Testing Vue.js Applications is written for Vue developers who want to improve their testing skills. The book is intended for both experienced Vue developers and beginners, although developers with no Vue experience should learn the basics before picking up this book.
This book is organized into 14 chapters: