-
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
Indentation of tests in the cypress electron app is poor #3652
Comments
Hey @cmcnicholas, could you provide a screenshot / list of the file directory structure you have in your project? It's hard to tell from the image how it is supposed to look. Thanks! |
Full output of our
|
Thanks! The css for this is really naive and simply not handling nesting beyond 5 levels deep. Can be found here: https://github.com/cypress-io/cypress/blob/develop/packages/desktop-gui/src/specs/specs.scss#L238 Also, the fact that we list everything alphabetical, instead of showing folders first then spec files also causes confusion. |
The code for this is done in cypress-io/cypress#3711, but has yet to be released. |
Released in |
Current behavior:
Indentation in the electron runner for test cases is poorly organised.
Desired behavior:
To have a better layout for readability. Simply being nested correctly would help.
Steps to reproduce: (app code and test code)
Simply create a deeply nested hierarchy of tests.
Versions
3.1.5
The text was updated successfully, but these errors were encountered: