December 2016
Beginner to intermediate
334 pages
6h 25m
English
In the previous chapter, you learned how to use and create Vue plugins. We used the existing resource plugin for Vue and created our own NoiseGenerator plugin.
In this chapter, we will ensure the quality of both the Pomodoro and shopping list applications. We will test these applications applying different testing techniques. First, we will perform a classic unit test on Vue components and on Vuex-related code such as actions, mutations, and getters. After that, we will learn how to perform end-to-end testing using Nightwatch. So, in this chapter, we will do the following:
Read now
Unlock full access