-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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:
|
Test | Artifacts | |
---|---|---|
network stubbing > intercepting request > can delay and throttle a StaticResponse |
Output
Video
|
cypress/cypress.cy.js • 3 flaky tests • 5x-driver-electron
Test | Artifacts | |
---|---|---|
... > correctly returns currentRetry |
Output
Video
|
|
... > correctly returns currentRetry |
Output
Video
|
|
... > correctly returns currentRetry |
Output
Video
|
create-from-component.cy.ts • 1 flaky test • app-e2e
Test | Artifacts | |
---|---|---|
... > runs generated spec |
Output
Screenshots
Video
|
runs.cy.ts • 1 flaky test • app-e2e
Test | Artifacts | |
---|---|---|
App: Runs > Runs - Create Project > when a project is created, injects new projectId into the config file, and sends expected UTM params |
Output
Screenshots
Video
|
specs_list_latest_runs.cy.ts • 1 flaky test • app-e2e
Test | Artifacts | |
---|---|---|
App/Cloud Integration - Latest runs and Average duration > when no runs are recorded > shows placeholders for all visible specs |
Output
Screenshots
Video
|
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
?