-
Notifications
You must be signed in to change notification settings - Fork 289
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
jest-dev-server can't detect used ports since 4.1.1 #233
Comments
@xiaoyuhen any infos on this? |
Perhaps this is what is causing the issue: 59d796b |
Don’t work too hard. Take the time and don’t stress about it ❤️ |
it seems like we must set very sorry about the problem, it will fix on this #235 PR. cc @sync @Dilatorily |
Hej @xiaoyuhen, I have some issues with a local express instance using https.createServer ; As a side effect, the teardown is not invoked, and the local process continues to run after timeout. Just wondering if this is related to this issue as well, and if #235 has been released already // is planned to be released? (Nothing urgent on my side, just wish to know) |
Hi @xiaoyuhen. In #236 (comment), you mentioned that a patch is on its way. When do you plan to publish a fix for jest-puppeteer? Or is this fixed? |
Hi should be fixed in v8, please upgrade and reopen this issue if you experience the problem. |
💥 Regression Report
Since the latest release (4.1.1),
jest-puppeteer
will timeout when trying to detect if a port is used. I was able to narrow it down to the changes injest-dev-server
introduced in #227.Last working version
Worked up to version:
[email protected]
Stopped working in version:
[email protected]
To Reproduce
Steps to reproduce the behavior:
express
server on port3000
server.port
to3000
in thejest-puppeteer.config.js
filejest
Expected behavior
jest-puppeteer
should be able to detect if the port is used, and the tests should pass.Link to repl or repo (highly encouraged)
https://github.com/Dilatorily/jest-puppeteer-issue
Run
npx envinfo --system --binaries --npmPackages expect-puppeteer,jest-dev-server,jest-environment-puppeteer,jest-puppeteer,spawnd --markdown --clipboard
Paste the results here:
The text was updated successfully, but these errors were encountered: