Open
Description
openedon Jun 29, 2022
Playwright already comes with its own install-deps
command, but we should add a passthrough install-deps
command for users who want to ensure their CI environments can run playwright tests.
While users could run npx playwright install-deps
that may pull a different, newer version of playwright and install different deps.
Users could work around this and reach into the node_modules
folder to run the exact version we depend on, but that would be confusing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment