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
mount
command -
Cypress allows for testing of components using the
spec.cy.ts
file, which is similar to thespec.ts
file used in Angular -
Cypress provides a
Cypress
command, which allows for testing of components in isolation -
Cypress allows for testing of components using the
contains
sign -
Cypress provides a way to test components using the
on
method, which allows for testing of component interactions