-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Wrap scenario and step names in UI #3947
Comments
The css for these test titles can be found here: https://github.com/cypress-io/cypress/blob/develop/packages/reporter/src/runnables/runnables.scss#L189 The test title's jsx can be found here: https://github.com/cypress-io/cypress/blob/develop/packages/reporter/src/test/test.jsx#L81 Instructions on running the tests for this UI are here (tests are Cypress tests): https://github.com/cypress-io/cypress/blob/develop/packages/reporter/README.md#L65 |
cool - I'm on it https://github.com/coderwurst/cypress/tree/issue-3947 I haven't managed to get the tests fully up and running locally to ensure there are no unwanted effects with very long error names, I'll get some time at the weekend to get another look! |
@bkucera @chrisbreiding @flotwig @bahmutov what are your thoughts on this? |
I like it, but maybe we could hide title names at a certain minimal width, so you dont get the: ✔️ e e |
@bkucera just the title names and leave the ticks visible? Alternative Idea - could we set the area to have a mid-width of x pixels, so that single words are still readable? |
The code for this is done in cypress-io/cypress#4428, but has yet to be released. |
Released in |
Current behavior:
Scenario and step names are truncated with an ellipsis in the UI, making it difficult to tell at a glance what is failing and not.
Desired behavior:
Names should wrap to the next line.
The text was updated successfully, but these errors were encountered: