Skip to content

Angular 16 not detected by CT #26852

Closed
@MikeMcC399

Description

@MikeMcC399

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".

Angular 16

Desired behavior

Angular 16 should be detected in Component Testing. The Cypress 12.11.0 changelog specifically mentions this as:

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions