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.

Setup & Testing like a User

Welcome back to Real World Testing. We’re going to hit the ground running in this lesson. By the end, we will have accomplished the following goals:

  1. Added Jest to an existing Vue application using Vue CLI
  2. Learned how to test any application like a user
  3. Refactored a difficult-to-test component to be agnostic to its environment
  4. Written resilient assertions that test a component’s public API instead of its internals

Because this course is