mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-12 18:29:53 -05:00
3909ed07a0
* chore: Add more spec actions button * Update styles, and update studio components * Refactor Reporter components to streamline studio test handling - Removed `displayStatsAndControls` prop from `Header` and adjusted rendering logic based on `isStudioSingleTest`. - Updated `RunnableHeader` and `RunnablePopoverOptions` to conditionally render elements based on `isStudioSingleTest`. - Improved code readability and maintainability by consolidating logic related to studio tests. * Refactor Header and StudioTest components for improved styling and functionality - Updated the `Header` component to remove the `isStudioSingleTest` prop from `RunnableHeader` rendering. - Modified the `StudioTest` component to change the button styling from 'outline-dark' to 'outline-indigo' and updated the stroke color of the icon accordingly. * Update tests * Update tests * Fix styles * changelog entry * Add all tests tooltip * Update styles * maybe make semantic-commit happy --------- Co-authored-by: Jennifer Shehane <jennifer@cypress.io> Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>