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

docs(intro-js.md): add bun install #28040

Closed
wants to merge 1 commit into from

Conversation

Morgy93
Copy link

@Morgy93 Morgy93 commented Nov 8, 2023

Added the instructions for using bun to install playwright.

Reference: https://bun.sh/docs/cli/bun-create

@mxschmitt
Copy link
Member

Hey! We appreciate the PR. While Bun tries to be Node.js compatible, they still lack essential features to make Playwright work as per: oven-sh/bun#2492 and oven-sh/bun#4751.

Once they have added these missing features, we're more than happy to re-consider recommending Bun to our users. (This requires also running our tests in Bun).

@mxschmitt mxschmitt closed this Nov 9, 2023
@Jarred-Sumner
Copy link

@mxschmitt Bun's package manager is designed to be fully compatible with Node.js, you can use it as a package manager for Node.js similarly to pnpm or yarn.

@Morgy93
Copy link
Author

Morgy93 commented Jan 17, 2024

@mxschmitt You are now able to re-consider recommending Bun to your users:

Playwright v1.41.0 which includes the above change has now been tagged and works together with Bun v1.0.22+.
Source: oven-sh/bun#2492 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants