We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is to track the bad tests so I will remember to pick this up later.
Right now some tests will hangs when error, because the puppeteer does not cleanup correctly, such as tests in this file: https://github.com/webpack/webpack-dev-server/blob/master/test/e2e/overlay.test.js
We should include some cleanup if the puppeteer is not cleanup due to error.
npx webpack-cli info
The text was updated successfully, but these errors were encountered:
Yeah, maybe we can merge it with #2843
Sorry, something went wrong.
I think #2843 would probably need more time, I remembered I was blocked by something related to websocket few weeks back.
Besides, this refactoring itself is already very big 😅
Let's close in favor #2843
Successfully merging a pull request may close this issue.
Bug report
This is to track the bad tests so I will remember to pick this up later.
Right now some tests will hangs when error, because the puppeteer does not cleanup correctly, such as tests in this file: https://github.com/webpack/webpack-dev-server/blob/master/test/e2e/overlay.test.js
We should include some cleanup if the puppeteer is not cleanup due to error.
Actual Behavior
Expected Behavior
How Do We Reproduce?
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationThe text was updated successfully, but these errors were encountered: