Page(s)
Description
When a global playwright-cli is not installed, this page (https://playwright.dev/docs/getting-started-cli#installation) recommends using npx playwright-cli (with a hyphen), whereas this README (https://github.com/microsoft/playwright-cli/blob/main/README.md#local-installation) and the corresponding Agent Skill (https://github.com/microsoft/playwright-cli/blob/main/skills/playwright-cli/SKILL.md#installation) recommend using npx playwright cli (without a hyphen). Which one is correct? Could you please update those so that the documentation is consistent?
As a side note, measuring the time of repeated calls to --version, I noticed large differences depending on the command used, as can be seen in the numbers below
Command and mean time:
npx @playwright/cli: 430.4 ms
npx playwright-cli: 169.7 ms
npx playwright cli: 326.1 ms
npx --no-install playwright cli: 324.8 ms
Direct executable: 33.1 ms
Page(s)
Description
When a global
playwright-cliis not installed, this page (https://playwright.dev/docs/getting-started-cli#installation) recommends usingnpx playwright-cli(with a hyphen), whereas this README (https://github.com/microsoft/playwright-cli/blob/main/README.md#local-installation) and the corresponding Agent Skill (https://github.com/microsoft/playwright-cli/blob/main/skills/playwright-cli/SKILL.md#installation) recommend usingnpx playwright cli(without a hyphen). Which one is correct? Could you please update those so that the documentation is consistent?As a side note, measuring the time of repeated calls to
--version, I noticed large differences depending on the command used, as can be seen in the numbers belowCommand and mean time:
npx @playwright/cli: 430.4 msnpx playwright-cli: 169.7 msnpx playwright cli: 326.1 msnpx --no-install playwright cli: 324.8 msDirect executable: 33.1 ms