chore: update the skills install help

This commit is contained in:
Pavel Feldman
2026-02-05 17:27:01 -08:00
parent e39e83bb13
commit f639130aef
8 changed files with 16 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ playwright-cli --help
Claude Code, GitHub Copilot and others will use the locally installed skills.
```bash
playwright-cli install-skills
playwright-cli install --skills
```
### Skills-less operation
@@ -251,8 +251,8 @@ playwright-cli video-stop [filename] # stop video recording
### Install
```bash
playwright-cli install --skills # install skills
playwright-cli install-browser # install browser
playwright-cli install-skills # install skills
```
### Configuration

View File

@@ -1,6 +1,6 @@
{
"name": "@playwright/cli",
"version": "0.0.64",
"version": "0.0.65",
"description": "Playwright CLI",
"repository": {
"type": "git",