-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Running Playwright does not work as expected #4751
Labels
bug
Something isn't working
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
I also tested it on:
1.0.0+ffe4f561a3af53b9f5a41c182de55d7199b5d692
What platform is your computer?
Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
I've uploaded the code I used to run the test locally: https://github.com/B3none/bun-playwright-test
What is the expected behavior?
It should open the headless browser page in playwright without erroring.
What do you see instead?
Instead there is an error from the cli.
Additional information
It seems to be related to
NodeJS.ReadableStream
but I'm not really sure what's erroring because I can't see the stack trace.https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/pipeTransport.ts#L23
The text was updated successfully, but these errors were encountered: