-
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
feat: deprecate cy.route(), remove experimentalNetworkStubbing flag #9185
feat: deprecate cy.route(), remove experimentalNetworkStubbing flag #9185
Conversation
Thanks for taking the time to open a PR!
|
works around over-application of `selfProxy` opt
Test summaryRun details
View run in Cypress Dashboard ➡️ Flakiness
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
…route-remove-experimentalNetworkStubbing
bca48bf
to
159bfdd
Compare
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.
Just a minor suggestion. Looks good otherwise.
I wish we had the display of warnings in the Command Log to make these notices more obvious.
Co-authored-by: Jennifer Shehane <[email protected]>
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
TR-493
User facing changelog
cy.route()
andcy.server()
have been deprecated and will be moved to a plugin in a future release. Consider usingcy.http()
instead.experimentalNetworkStubbing
flag has been removed andcy.http()
is now always available.Additional details
How has the user experience changed?
After
During
cypress open
orcypress run
isexperimentalNetworkStubbing
is present:In Console log during
cypress open
when usingcy.server()
orcy.route()
PR Tasks
cypress-documentation
? docs(net-stubbing): deprecate cy.route(), remove experimentalNetworkStubbing cypress-documentation#3323type definitions
?cypress.schema.json
?