Part 4: Testing and Application Deployment
In the final part of the book, we will be going head first into the testing aspect of Vue.js applications. We will learn about the fundamentals of testing, different types of testing, and when and where it is required, and start testing our applications using the Jest testing framework for unit and snapshot tests and Cypress for End-to-End tests. By writing tests, we will be making sure that our applications behave in the intended way. The final chapter will cover how to deploy our Vue applications to the web.
We will cover the following chapters in this part:
- Chapter 11, Unit Testing
- Chapter 12, End-to-End Testing
- Chapter 13, Deploying Your Code to the Web