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

Add Server Component Support For Component Testing #29552

Open
jordanpowell88 opened this issue May 21, 2024 · 0 comments
Open

Add Server Component Support For Component Testing #29552

jordanpowell88 opened this issue May 21, 2024 · 0 comments
Labels
CT Issue related to component testing type: feature New feature that does not currently exist

Comments

@jordanpowell88
Copy link
Contributor

What would you like?

Currently we are seeing a huge surge of Javascript frameworks that are moving to a hybrid hydration model. We see this with Next, React with Server Components, Angular, Nuxt, etc. Currently you can not mount a component that is using any of these server components with Component Testing. The documentation just says to use e2e testing but this is a big deterrent for Component Testing adoption.

Why is this needed?

This is needed because more and more users need to test their server components and their isn't a good solution using Cypress today.

Other

No response

@jennifer-shehane jennifer-shehane added the CT Issue related to component testing label May 22, 2024
@jennifer-shehane jennifer-shehane added the type: feature New feature that does not currently exist label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CT Issue related to component testing type: feature New feature that does not currently exist
Projects
None yet
Development

No branches or pull requests

2 participants