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
This change aligns with Angular's move towards zoneless change detection as the default in Angular 20, which makes this support important for the Cypress Angular component testing implementation.
Current Behavior
Currently, @cypress/angular does not support zoneless change detection which will be the default in Angular 20.
Desired Behavior
Add support for zoneless change detection in @cypress/angular to align with Angular 20's new defaults.
Related Issues
Technical Details
Implementation Considerations
Questions
The text was updated successfully, but these errors were encountered: