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

Causes Chromedriver and other service process to quit #1

Open
christian-bromann opened this issue Mar 8, 2023 · 0 comments
Open

Causes Chromedriver and other service process to quit #1

christian-bromann opened this issue Mar 8, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@christian-bromann
Copy link
Contributor

Unfortunately Vite requires to clear the require cache to re-read the config file which causes processes spawned by other WebdriverIO services to shutdown and be garbage collected. This only appears for Vite + CJS projects.

For more context see vitejs/vite#12313

Not sure the idea solution, we could check if we serve for a CJS project and if so use execa to run the server.

@christian-bromann christian-bromann added the help wanted Extra attention is needed label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant