Skip to content

Change playwright-cli commands to use @playwright/cli for npx commands#285

Open
rraina wants to merge 1 commit intomicrosoft:mainfrom
rraina:patch-1
Open

Change playwright-cli commands to use @playwright/cli for npx commands#285
rraina wants to merge 1 commit intomicrosoft:mainfrom
rraina:patch-1

Conversation

@rraina
Copy link

@rraina rraina commented Mar 3, 2026

Updated commands in SKILL.md to use @playwright/cli.

Avoids this warning:

npm warn deprecated playwright-cli@0.262.0: This package is deprecated, use @playwright/cli instead.

Updated commands in SKILL.md to use @playwright/cli. 

Avoids this warning:

```
npm warn deprecated playwright-cli@0.262.0: This package is deprecated, use @playwright/cli instead.
```
@dgozman
Copy link
Contributor

dgozman commented Mar 3, 2026

@rraina Could you please explain how you've ended up with the deprecation message? It seems like we should update these specific lines to npx --no-install, because the intention is to never install a package, but use a local version of it.

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.

2 participants