-
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
Do not truncate cy.log() in Command Log #5625
Comments
This is something we agree should be changed. CSS that requires changing: https://github.com/cypress-io/cypress/blob/develop/packages/reporter/src/commands/commands.scss#L251:L251 We would love an open PR. Check out our contributing doc . |
Hi @jennifer-shehane, I opened a PR for this small feature: #5630 |
The code for this is done in cypress-io/cypress#5630, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
This is a feature request.
Current behavior:
Long messages in
cy.log()
gets truncated to a single line. On screenshots the panel of cyress is always very narrow, so the log is almost never readable.Desired behavior:
It would be great to not truncate or at least support a flag to disable the truncation in
cy.log()
. Especially URLs and other import informations should be displayed.Steps to reproduce: (app code and test code)
Versions
3.4.1 to 3.6.0
chrome78
Details
The following CSS rule is responsible for all message-types (
cypress_runner.css:4016
):Maybe add a style just for the log (or all entries like URLs in cy.request()?):
The text was updated successfully, but these errors were encountered: