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

[BUG] WebServer does not work on Node.js 17+ #10346

Closed
mxschmitt opened this issue Nov 16, 2021 · 1 comment · Fixed by #10538
Closed

[BUG] WebServer does not work on Node.js 17+ #10346

mxschmitt opened this issue Nov 16, 2021 · 1 comment · Fixed by #10538
Assignees
Labels
feature-test-runner Playwright test specific issues

Comments

@mxschmitt
Copy link
Member

Context:

  • Playwright Version: ToT
  • Operating System: Mac
  • Node.js version: 17+
  • Extra: [any specific details about your environment]

Describe the bug

If the user is using the Webserver in Node.js 17 it does not detect its readiness accordingly and ends up in an infinite timeout.

Repro: https://twitter.com/CristianEnguidn/status/1460509470728065028

  1. Install pnpm
  2. pnpm install
  3. Migrate it to webServer
  4. npm run e2e
@mxschmitt mxschmitt added feature-test-runner Playwright test specific issues v1.18 labels Nov 16, 2021
@mxschmitt mxschmitt self-assigned this Nov 16, 2021
@mxschmitt
Copy link
Member Author

Seems to be related to nodejs/node#40702.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-test-runner Playwright test specific issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant