Closed
Description
Current behavior
After Angular 16 has been installed, the Cypress desktop app in Component Testing mode does not detect the installation and shows the message "Waiting for you to install the dependencies".
Desired behavior
Angular 16 should be detected in Component Testing. The Cypress 12.11.0 changelog specifically mentions this as:
- Added Component Testing support for Angular 16. Addresses Add Component Testing Support for Angular 16 #26044.
Test code to reproduce
mkdir cy-angular-ct
cd cy-angular-ct
git init
npm init -y
npm install cypress@12.13.0 -D -E
npx cypress open
Click on "Component Testing"
Select Front-end framework Angular
Click "Next step"
Copy and paste the command as instructed:
npm install -D @angular/cli @angular-devkit/build-angular @angular/core @angular/common @angular/platform-browser-dynamic
Note: The spinner and the text "Waiting for you to install the dependencies" remain displayed
Cypress Version
12.13.0
Node version
18.16.0
Operating System
Ubuntu 22.04
Debug Logs
No response
Other
- It looks like a similar root cause to fix: Correct typescript scaffold dependency #26815 concerning putting the version in single quotes.
Metadata
Metadata
Assignees
Labels
No labels