-
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
chore: capture versions of relevant dependencies with x-dependencies
header
#26814
Conversation
2 flaky tests on run #46655 ↗︎
Details:
scaffold-component-testing.cy.ts • 1 flaky test • launchpad-e2e
global-mode.cy.ts • 1 flaky test • launchpad-e2e
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
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.
Nice tests!
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.
Did some manual validation and all looks good!
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Additional details
On the initial call to the Cypress manifest, we want to include any relevant dependencies and their versions if they exist in the project using the
x-dependencies
header.Steps to test
DEBUG="cypress:data-context:sources:VersionsDataSource"
retrieving latest version information with headers:
, thex-dependencies
header is present and contains the correct dependencies and versions that exist in your project, none that don't exist in your project, and none that don't exist in the lists linked above.x-dependencies
header is notincluded in the list of headers.
How has the user experience changed?
This should not change the experience for the user.
PR Tasks
cypress-documentation
?type definitions
?