There are several ways in which we can utilize Jest and other testing platforms in Vue CLI 3 for a better testing experience. In the next sections, we'll look at the following:
- Watching our unit tests in Vue CLI 3
- Setting parameters for our tasks
- Writing end-to-end tests with Cypress
Let's begin by working with the --watch flag.