Skip to content
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

Vite-dev-server module reloading is incomplete #17691

Closed
elevatebart opened this issue Aug 10, 2021 · 1 comment
Closed

Vite-dev-server module reloading is incomplete #17691

elevatebart opened this issue Aug 10, 2021 · 1 comment
Labels
npm: @cypress/vite-dev-server @cypress/vite-dev-server package issues

Comments

@elevatebart
Copy link
Contributor

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

  • open the launchpad
  • open component testing for it yarn workspace @packages/launchpad cypress:open
  • open ButtonBar.spec.tsx and change the Button.vue component

Cypress Version

vite-dev-server 2.0.6

Other

No response

@elevatebart elevatebart added component testing npm: @cypress/vite-dev-server @cypress/vite-dev-server package issues labels Aug 10, 2021
@cypress-bot cypress-bot bot added stage: work in progress stage: needs review The PR code is done & tested, needs review and removed stage: work in progress stage: needs review The PR code is done & tested, needs review labels Aug 10, 2021
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Aug 12, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
npm: @cypress/vite-dev-server @cypress/vite-dev-server package issues
Projects
None yet
Development

No branches or pull requests

2 participants