Description
Learn how to take advantage of Cypress to boost your testing efforts and increase confidence in your application’s quality. In this course, Vue 3 End-to-end Testing with Cypress, you’ll learn how to use Cypress to test your Vue applications. First, you’ll learn what Cypress is and write your first test, where you’ll interact with web elements and write assertions. Then, you’ll explore the core concepts of Cypress and use different features that will help you automate complex testing scenarios. Next, you’ll see how to expose an instance of the Vue application to Cypress, access its state and methods in your tests, and test Vue components. Finally, you’ll create a pipeline on a Continuous Integration Server to run Cypress tests. By the end of this course, you’ll be ready to get started using Cypress in your Vue project.