You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/component-testing/angular/overview.mdx
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,12 @@ sidebar_label: Overview
20
20
21
21
## Framework Support
22
22
23
-
Cypress Component Testing supports Angular `^18.0.0` and `^19.0.0`.
23
+
Cypress Component Testing supports Angular `^18.0.0`, `^19.0.0`, and `^20.0.0`.
24
+
25
+
:::info
26
+
27
+
Our testing harness, `cypress/angular`, still requires `zone.js` and `@angular-devkit/build-angular` to be installed in your project, even if your project is zoneless or is built with `@angular/build`.
0 commit comments