🌐
Cypress
docs.cypress.io › app › component-testing › angular › overview
Angular Component Testing | Cypress Documentation
If you wish to use the zoneless configuration, which is the default in Angular 21, you can use cypress/angular-zoneless testing harness instead as of Cypress 15.8.0.
🌐
GitHub
github.com › cypress-io › cypress › issues › 33007
breaking: merge `cypress/angular-zoneless` upstream to `cypress/angular` and deprecate `cypress/angular-zoneless` · Issue #33007 · cypress-io/cypress
November 24, 2025 - Replace the current @cypress/angular mount handler implementation with the zoneless change detection approach from @cypress/angular-zoneless, making zoneless the default behavior for Angular component testing in Cypress.
Author   AtofStryker
Discussions

Angular zoneless component testing
What would you like? Hi team, Now that Angular 20.2 has made zoneless stable, it would be great if Cypress could support Angular component testing in zoneless. Currently as it's documented: the @cy... More on github.com
🌐 github.com
2
September 11, 2025
feat(angular): Add support for zoneless change detection in Angular 20
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 @cypre... More on github.com
🌐 github.com
8
April 14, 2025
Cypress component tests not working without zone.js
Current behavior I believe that currently somehow cypress components tests require zone.js to know when to execute the next instructions. Now since angular allowes zoneless change detection Zone.js is not anymore a requirement. Desired b... More on github.com
🌐 github.com
9
August 21, 2024
Cypress 16: Breaking Changes
Remove support for Angular 18 and 19 Breaking: Remove Angular 18 Component Testing Support #33005 (need Angular 19 issue). Additionally, we need to explore if we want to continue supporting angular 20 due to the zoneless changes mentioned above · Change cypress/schematic peer dependency on cypress More on github.com
🌐 github.com
0
December 2, 2025
🌐
Cypress
docs.cypress.io › app › component-testing › angular › api
Angular API | Cypress Documentation
// for Angular 20 and 21 using zoneless configuration import { mount } from 'cypress/angular-zoneless'
🌐
GitHub
github.com › cypress-io › cypress › issues › 32467
Angular zoneless component testing · Issue #32467 · cypress-io/cypress
September 11, 2025 - What would you like? Hi team, Now that Angular 20.2 has made zoneless stable, it would be great if Cypress could support Angular component testing in zoneless. Currently as it's documented: the @cypress/angular harness still requires zon...
Author   mamadshni
🌐
GitHub
github.com › cypress-io › cypress › issues › 31504
feat(angular): Add support for zoneless change detection in Angular 20 · Issue #31504 · cypress-io/cypress
April 14, 2025 - 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 @cypre...
Author   AtofStryker
🌐
GitHub
github.com › cypress-io › cypress › issues › 30070
Cypress component tests not working without zone.js · Issue #30070 · cypress-io/cypress
August 21, 2024 - Current behavior I believe that currently somehow cypress components tests require zone.js to know when to execute the next instructions. Now since angular allowes zoneless change detection Zone.js is not anymore a requirement. Desired b...
Author   muhamedkarajic
🌐
GitHub
github.com › cypress-io › cypress › issues › 33052
Cypress 16: Breaking Changes · Issue #33052 · cypress-io/cypress
December 2, 2025 - merge cypress/angular-zoneless upstream into cypress/angular and delete/deprecate `cypress/angular-zoneless breaking: merge cypress/angular-zoneless upstream to cypress/angular and deprecate cypress/angular-zoneless #33007.
Author   AtofStryker
🌐
Medium
medium.com › @sehban.alam › best-practices-for-cypress-testing-in-angular-b1ace28cbf9c
Best Practices for Cypress Testing in Angular | by Sehban Alam | Medium
October 15, 2024 - Learn the best practices for Angular Cypress testing with detailed code examples. Improve your end-to-end test performance.
Find elsewhere
🌐
npm
npmjs.com › package › @cypress › angular-zoneless
cypress/angular-zoneless
Easy package.json exports.. Latest version: 1.0.1, last published: 14 years ago. Start using package in your project by running `npm i package`. There are 280 other projects in the npm registry using package.
🌐
DEV Community
dev.to › soumayaerradi › cypress-and-angular-a-step-by-step-guide-to-efficient-e2e-testing-1gj1
Cypress and Angular: A Step-by-Step Guide to Efficient E2E Testing - DEV Community
October 6, 2024 - Cypress is a modern E2E testing framework designed to address some of the pain points developers face with traditional testing tools like Selenium. It is fast, reliable and provides a great developer experience by integrating seamlessly with ...
🌐
GitHub
github.com › cypress-io › cypress › issues › 30767
Cypress 15: Breaking changes · Issue #30767 · cypress-io/cypress
December 16, 2024 - Bump zone.js minimum dependency breaking: (@cypress/angular) bump minimum zone.js to 0.14.0 #31582 · Add support for zoneless change detection in @cypress/angular for Angular 20 (feat(angular): Add support for zoneless change detection in Angular 20 #31504) - This is needed as zoneless change detection will be the default in Angular 20 and is related to Cypress component tests not working without zone.js #30070.
Author   jennifer-shehane
🌐
GitHub
github.com › cypress-io › cypress › issues › 33006
breaking: remove Angular scaffolded dependency `@angular/platform-browser-dynamic` in favor of `@angular/platform-browser` · Issue #33006 · cypress-io/cypress
November 24, 2025 - cypress-component-testing-apps repo: Update angular/, angular-standalone/, and angular-zoneless/ projects: Replace @angular/platform-browser-dynamic with @angular/platform-browser in package.json · Update cypress.config.ts files if they reference platform-browser-dynamic ·
Author   AtofStryker
🌐
BrowserStack
browserstack.com › home › guide › cypress e2e angular testing: advanced tutorial
Cypress E2E Angular Testing: Advanced Tutorial | BrowserStack
May 28, 2025 - Learn Cypress E2E testing for Angular apps. Write, mock, and run tests at scale with BrowserStack Automate.
🌐
ITNEXT
itnext.io › angular-end-to-end-e2e-testing-with-cypress-io-75333125de4d
Angular End To End (e2e) Testing With Cypress.io | by Dale Nguyen | ITNEXT
January 18, 2020 - If you are working with an Angular application, Protractor is the default End to End test framework. And today I will use Cypress as an alternative tool for End to End testing.
🌐
Angular
angular.dev › guide › zoneless
Zoneless • Angular
Zoneless is the default in Angular v21+ so you do not need to do anything to enable it.
🌐
JavaScript in Plain English
javascript.plainenglish.io › cypress-the-key-to-angular-component-testing-f66068e5cb30
Cypress: The Key to Angular Component Testing 🔨🔑📌 | by Rebai Ahmed | JavaScript in Plain English
April 28, 2025 - Welcome to our blog! Today, we’ll explore how Cypress can help you test Angular components. Cypress is a powerful tool that makes testing easy and reliable. We’ll show you how to use it with Angular to ensure your components work perfectly.
🌐
Fossies
fossies.org › linux › cypress › npm › angular-zoneless › CHANGELOG.md
Cypress: npm/angular-zoneless/CHANGELOG.md
Fossies - The Free Open Source Software archive with special browsing features: Listing of the folder /linux/
🌐
Medium
medium.com › @neerubandi › angular-without-zonejs-baa623987902
Zoneless Angular - Neeraja B - Medium
November 10, 2024 - Reference: https://angular.dev/guide/experimental/zoneless ... UI-Developer - Angular | Signals | React | Vue | NgRx | Redux | RxJS | Stencil.js | Web Components | Cypress | SCSS | NodeJS | NestJS | MongoDB | Elastic Search