-
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
Create a toggle to close/open all folders in Tests list #6282
Comments
I would suggest adding something in the interface to click to collapse all folders to satisfy your needs. We would be open to a PR for this. Saving this as project state or global state would be trickier. Although we are working on interfaces for more configurable 'global' settings from within the UI, this would be a very low priority for us. specs list code: https://github.com/cypress-io/cypress/blob/develop/packages/desktop-gui/src/specs/specs-list.jsx#L15:L15 |
Can I take this? |
Hi, I am new to open source contributions. Please, assign it to me if it's not assigned to anybody. Thanks. |
* desktop-gui: add toggle buttons to expand/collapse all sub folders. #6282 * lint code changes * hide collapse/expand buttons when root spec has no folders * fix indentation * fix lint issue and refactor a bit * Move collapse/expand links to right side of folder header Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com> Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
The code for this is done in cypress-io/cypress#6541, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current Behavior:
Currently there seems to be no way to have all your folders defaulted to close when you open up Cypress.
The results is a messy UI that isn't as clean when you try and organize your many Cypress tests into folders.
Desired Behavior:
Have a setting option to default your folders to close on Cypress open that way you can navigate a cleaner interface when you organize your multiple tests into their appropriate folders.
The text was updated successfully, but these errors were encountered: