We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From version 2.2.0 onwards, we can use npm instead of yarn.
npm
yarn
We could also work to add pnpm alternative.
pnpm
To begin with, we need to install it in the Playwright container.
Probably something like the ddev viteserve add-on approach will work well.
Then, we would have to update the playwright-install and playwright-init command accordingly.
playwright-install
playwright-init
And add some tests if possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From version 2.2.0 onwards, we can use
npm
instead ofyarn
.We could also work to add
pnpm
alternative.To begin with, we need to install it in the Playwright container.
Probably something like the ddev viteserve add-on approach will work well.
Then, we would have to update the
playwright-install
andplaywright-init
command accordingly.And add some tests if possible.
The text was updated successfully, but these errors were encountered: