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

Component testing Dev Server ConfigHandler type should pass resolved cypress config #31026

Open
bvandercar-vt opened this issue Feb 5, 2025 · 0 comments

Comments

@bvandercar-vt
Copy link

What would you like?

Component testing Dev Server ConfigHandler type should pass resolved cypress config. Currently it has no args:

  type ConfigHandler<T> = T
    | (() => T | Promise<T>)

But it would be useful to pass the resolved Cypress config:

  type ConfigHandler<T> = T
    | ((config: PluginConfigOptions) => T | Promise<T>)

Given that the config could be useful in configuring the dev server.

Why is this needed?

Need to use resolved config in configuring the dev server.

Other

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant