Skip to content

Conversation

MikeMcC399
Copy link
Collaborator

Situation

The examples/angular-app is a clone from the project angular-standalone and sourced from the monorepo https://github.com/cypress-io/cypress-component-testing-apps, based on an earlier state:

  • cypress@^14.0.0
  • @angular/core@^19.0.0

The source repo was updated through cypress-io/cypress-component-testing-apps#56 from @AtofStryker on Aug 20, 2025 to raise all CT examples to Cypress 15 / Angular 20 including the angular-standalone project.

.circleci/test-deploy.yml tests the Angular example application in multiple jobs for both End-to-End and Component Testing.

Change

In examples/angular-app, copy the Angular 20 project from angular-standalone with versions:

  • cypress@^15.0.0
  • @angular/core@^20.1.6

Preserve the Cypress Cloud project ID

projectId: 'mx9dpd' in

examples/angular-app/cypress.config.ts

Verification

Locally under Ubuntu 24.04.3 LTS, Node.js 22.18.0 LTS

cd examples/angular-app
npm ci
npx cypress run --component

npm start

and in a separate terminal

npx cypress run

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399 MikeMcC399 added type: enhancement New feature or request Cypress 15 labels Aug 21, 2025
@MikeMcC399 MikeMcC399 self-assigned this Aug 21, 2025
@MikeMcC399 MikeMcC399 force-pushed the update/angular-20 branch 2 times, most recently from 90381fb to e377561 Compare August 21, 2025 18:54
@MikeMcC399

This comment was marked as resolved.

@MikeMcC399 MikeMcC399 marked this pull request as draft August 21, 2025 19:01
@AtofStryker
Copy link
Contributor

@MikeMcC399 I think npm is having an outage but nothing has been reported

@MikeMcC399

This comment was marked as resolved.

@MikeMcC399

This comment was marked as resolved.

@MikeMcC399 MikeMcC399 marked this pull request as ready for review August 22, 2025 05:31
@jennifer-shehane jennifer-shehane merged commit f7fa535 into cypress-io:master Aug 22, 2025
24 of 25 checks passed
@MikeMcC399 MikeMcC399 deleted the update/angular-20 branch August 22, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cypress 15 type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants