You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm init playwright runs an interactive program that initializes a playwright project.
CI doesn't work well with interactive prompts
There is no supported method to run npm init without interactivity.
It would be nice if
users could run npx create-playwright --lang TypeScript --dir tests --github --install-deps to specify or override all the default options explicitly in the command line.
users could run npx create-playwright -y or --yes (which is the convention for npm init) to disable interactive prompting and accept all the defaults
hgezim, vivekVells, guellaeq, neumann-nico, romanov-ivan and 8 more