-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
#26454 (comment) states:
Let's wait for the users to request interop with bun.
I'm a user, and I am requesting interop with bun! 🙋😄
I've just switched my largest project to bun (now that bun 1.0 has been released), and everything works perfectly except running tests in Playwright.
A lot of packages run in bun without issue, but both bun and Playwright have difficult jobs, so it's not surprising that there would be challenges. Like npx playwright, Bun supports TypeScript and running tests directly — so I think it's fair to say that a developer who likes the ergonomics of either would be a good candidate for interest in the other.
oven-sh/bun#2492 documents many folks trying to use Playwright from bun, although I don't understand the situation well enough to help fix it. But if there is anything Playwright can do to help be more compatible in bun, I'd be glad to be able to use that as soon as possible.