Real World Testing

Lessons

1. Getting Started

1:29

2. Setup & Testing like a User

15:09

3. Mocking Vuex Stores: Part 1

9:20

4. Mocking Vuex Stores: Part 2

14:07

5. Mocking the Network with Mock Service Worker: Part 1

5:42

6. Mocking the Network with Mock Service Worker: Part 2

6:29
Notify me when new lessons are available.

Mocking Vuex Stores: Part 1

Welcome back to the third lesson of Real World Testing. In this lesson, we’ll introduce vue-router-mock and how to make components that depend on Vuex and Vue Router easily testable.

At the end of this lesson, we’ll have learned how to:

  1. Test complex components that rely on Vue and Vuex
  2. Refactor