Technical requirements
To get started with this chapter, I recommend you to read through Chapter 10, Integration Testing in Vue.js 3, where we explored everything related to integration testing. Also, we learned in depth how to perform an integration test on a Vue.js 3 component and pages. We will rely heavily on the knowledge from that chapter in this chapter to learn about Vue.js 3 enterprise E2E testing.
All the code files for this chapter can be found at https://github.com/PacktPublishing/Architecting-Vue.js-3-Enterprise-Ready-Web-Applications/tree/chapter-11.