Getting Started with Component Testing in Cypress
Cypress is known for its end-to-end testing, but did you know that it also offers a great component testing experience? With its latest release, Cypress 10, component testing is no longer an experimental feature. Browser-based, isolated component tests are able to be implemented in your development workflow with all of the same tools and developer experience that you’ve experienced with our end-to-end products.
Explore getting started with Cypress 10 by installing and configuring it in a new React application. From there, we’ll add some basic component tests, and then dive into some more advanced testing topics like cy.intercept().
- Speakers
- Adam Murray, Developer Experience Team Lead, Cypress.io