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
* refactor: Update nested groups design
* Update styles
* Enhance command method styling for child elements in the reporter. Updated the CommandDetails component to conditionally apply a class for child commands and added corresponding SCSS styles to display a prefix for child command methods.
* Fix formatting in SCSS for child command styles by adjusting indentation for better readability.
* add chanagelog entry
* Enhance command expander styling by adding a parent class for better layout control and adjusting margin for command number column.
* Update padding for error message styles in SCSS to improve layout consistency.
* Refactor SCSS styles and introduce mixins for gutter alignment and command info padding. Update error component styles for improved layout and consistency. Adjust padding and margins for better alignment across command and error sections.
* Refactor command styles by removing redundant class names and consolidating group indentation styles into a mixin. Update SCSS files to utilize the new mixin for consistent width handling across command and error components.
* Enhance SCSS mixins by adding align-self property for improved layout consistency in command info and group indentation styles.
* Remove redundant align-self property from SCSS mixin for command info and add logging and expectation in Cypress test for improved clarity in UI state tests.
* Use snapshotReporter instead
* Refactor snapshotReporter to dynamically set width based on reporter panel size, improving snapshot accuracy and visibility of UI elements.
* Update snapshotReporter to include sidebar width in percy snapshots, enhancing UI element visibility and accuracy.
---------
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
4
4
_Released 6/3/2025 (PENDING)_
5
5
6
+
**Misc:**
7
+
8
+
- The design of commands that display as grouped (such as `.within()` and `cy.session()`) has been updated to provide better clarity when collapsing groups. Addressed in [#31739](https://github.com/cypress-io/cypress/pull/31739).
9
+
6
10
**Dependency Updates:**
7
11
8
12
- Updated `@sinonjs/fake-timers` from `10.3.0` to `11.3.1`. Addressed in [#31746](https://github.com/cypress-io/cypress/pull/31746).
0 commit comments