Files
cypress/npm/angular/README.md
AtofStryker 8dc8c12d85 breaking: release version 3.0.0 of @cypress/angular.
BREAKING CHANGE: Cypress 14 drops support for Angular 13-16. Angular 17.2 and up is supported.
2025-01-07 17:06:41 -05:00

677 B

@cypress/angular

Mount Angular components in the open source Cypress.io test runner

Note: This package is bundled with the cypress package and should not need to be installed separately. See the Angular Component Testing Docs for mounting Angular components. Installing and importing mount from @cypress/angular should only be done for advanced use-cases.

Requirements

  • Angular 17.2.0+ (Cypress 13 and under supports Angular 13 - 16)

Development

Run yarn build to compile and sync packages to the cypress cli package.

Changelog