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
Reporter message improvements #5773
Labels
Comments
6 tasks
The code for this is done in cypress-io/cypress#7527, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current behavior:
This is not a bug. But just some improvements.
In some commands like "get cookies", the words are separated by space in reporter like below:
But in other commands like "scrollIntoView", the words are not separated by space and it is a bit hard to read:
How about separating the words in these commands?
Desired behavior:
Separate words of multi-word commands in reporter log.
Steps to reproduce: (app code and test code)
Use those commands and check the log.
Versions
develop branch.
Note
If you allow me, I want to fix this with Object{N} problem in #5762.
The text was updated successfully, but these errors were encountered: