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
If the spec I have open imports a component A that itself imports a component B,
If the component B is imported by it's own spec file,
When I save the component B, only the spec for component B is re-run.
The code for this is done in cypress-io/cypress#17693, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Current behavior
If the spec I have open imports a component A that itself imports a component B,
If the component B is imported by it's own spec file,
When I save the component B, only the spec for component B is re-run.
Desired behavior
I would like both spec files to be re-run.
Test code to reproduce
yarn workspace @packages/launchpad cypress:open
ButtonBar.spec.tsx
and change theButton.vue
componentCypress Version
vite-dev-server 2.0.6
Other
No response
The text was updated successfully, but these errors were encountered: