Introduction
In this chapter, we'll write E2E tests for a highly asynchronous application.
In previous chapters, we've seen how to build complex Vue.js applications and how to write unit tests for them. This chapter will cover how to use Cypress to write E2E tests for a Vue.js application that is highly interactive and uses an HTTP API. We'll see how E2E testing gives you a high level of confidence that an application will work as designed by automating user flows.