-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Allow webpack/vite config to be async function #23302
Labels
Comments
nagash77
added
type: enhancement
Requested enhancement of existing feature
CT
Issue related to component testing
labels
Aug 12, 2022
4 tasks
Working on it... #23605 |
The code for this is done in cypress-io/cypress#23605, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
What would you like?
Right now you can pass a webpack/vite config to
component.devServer
:It would help third parties integrate with Cypress if this could be an
async function
that receives the base Vite config as the first arg:Context: #22390 (comment)
Why is this needed?
It will help tools that want to ship pre-configured Cypress for Component Testing. Example: Quasar framework. Context: #22390 (comment)
Other
No response
The text was updated successfully, but these errors were encountered: