We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Cypress for angular devs hands on workshop | Jordan Powell & Ely Lucas | n-g conf 2022
"Join Jordan Powell and Ely Lucas for a hands-on workshop on using Cypress for Angular developers, covering faster test runs, real-time reloads, and more."
- Angular developers can use Cypress for end-to-end testing
- Cypress provides a better development experience, with faster test runs and real-time reloads
- Cypress supports Angular’s dependency injection system and provides automatically generated test files
- Cypress has a schematic for setting up component testing, which allows for easier testing of Angular applications
-
Cypress provides a better way to test components in isolation, using the
mountcommand -
Cypress allows for testing of components using the
spec.cy.tsfile, which is similar to thespec.tsfile used in Angular -
Cypress provides a
Cypresscommand, which allows for testing of components in isolation -
Cypress allows for testing of components using the
containssign -
Cypress provides a way to test components using the
onmethod, which allows for testing of component interactions