-
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
Show path of requests in log #20009
Comments
@edikdeisling this would be a good thing to add. Other commands, as you've noticed, display the relative path when the request is to the current |
The code for this is done in cypress-io/cypress#20019, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
What would you like?
Hello,
when I use
cy.request
it's shown in logs as full url with scheme, domain etc.I think it would be better to show it the same way as
fetch
with only pathname.Why is this needed?
When I try to investigate what was wrong by looking on screenshot it 's always pain with
cy.request
. You have to go inside the test to match steps sequence and understand what was these request.Other
No response
The text was updated successfully, but these errors were encountered: