Testing Vue.js Components

Watch this course for FREE this weekend only.
Create an account to start watching.

or
🚧 NOTICE: You are watching a Vue.js 2 lesson

Exercise 2: Interacting with a Form

In this exercise, we'll be testing a form from a user's perspective. We'll be using snapshots to implicitly test the underlying logic of a working form.

Watch the lesson, download the starting point and try to solve the following exercise:

  • Click the done button of the newly added task
  • Expect that the final snapshot is at it's desired state

As always, we recommend that you consult the videos in this testing course or the docs before you peak at the solution.

Good luck! :)