You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not so problematic when running cypress open, but this is problematic in Test Replay (which uses the same styles from our reporter). There is not console logging support to view the entire URL, so this information is lost.
Desired behavior
I want to be able to inspect the entire URL. We should not be truncating the command message text with ellipsis.
Current behavior
Currently, command messages will be truncated and shown with ellipsis when they reach a certain size. Example below with fake data is how it's shown.
The code doing this is here: /~https://github.com/cypress-io/cypress/blob/develop/packages/reporter/src/commands/commands.scss#L179
This is not so problematic when running
cypress open
, but this is problematic in Test Replay (which uses the same styles from our reporter). There is not console logging support to view the entire URL, so this information is lost.Desired behavior
I want to be able to inspect the entire URL. We should not be truncating the command message text with ellipsis.
Test code to reproduce
Visit some URL with long text:
9.x was even worse.
This was introduced in 10.10.0 by this PR: #23995
Cypress Version
13.6.6
Node version
s
Operating System
Mac
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: