-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update angular dep min versions #26908
Conversation
9 flaky tests on run #47092 ↗︎
Details:
commands/net_stubbing.cy.ts • 1 flaky test • 5x-driver-electron
cypress/cypress.cy.js • 3 flaky tests • 5x-driver-electron
create-from-component.cy.ts • 1 flaky test • app-e2e
runs.cy.ts • 1 flaky test • app-e2e
specs_list_latest_runs.cy.ts • 1 flaky test • app-e2e
The first 5 flaky specs are shown, see all 7 specs in Cypress Cloud. This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
I successfully checked this PR against an updated Angular 16 project:
then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you fix the release version number in the CHANGELOG? Or is 12.14.0
correct?
beta verificationWas successful! On Ubuntu 22.04 mkdir cy-angular-ct
cd cy-angular-ct
git init
npm init -y
npm install https://cdn.cypress.io/beta/npm/12.13.1/linux-x64/develop-084f05482c26281c09ca287f767943990f2d5573/cypress.tgz -D
npx cypress open Click on "Component Testing" cc: @Timbo1979 |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Additional details
Currently the
minVersions
ofdependencies
for ANGULAR have a bug in the string interpolation.Steps to test
Launch Cypress in an Angular 16 project
How has the user experience changed?
Before
After
PR Tasks
cypress-documentation
?type definitions
?