Skip to content

Commit 21a9ab8

Browse files
authored
Update README.md
1 parent 47a4df1 commit 21a9ab8

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -73,24 +73,6 @@ Test the "add todo" flow on https://demo.playwright.dev/todomvc using playwright
7373
Check playwright-cli --help for available commands.
7474
```
7575

76-
### Installing skills
77-
78-
Claude Code, GitHub copilot and others will let you install the Playwright skills into the agentic loop.
79-
80-
#### plugin (recommended)
81-
```bash
82-
/plugin marketplace add microsoft/playwright-cli
83-
/plugin install playwright-cli
84-
```
85-
86-
#### manual
87-
88-
```bash
89-
mkdir -p .claude/skills/playwright-cli
90-
curl -o .claude/skills/playwright-cli/SKILL.md \
91-
https://raw.githubusercontent.com/microsoft/playwright-cli/main/skills/playwright-cli/SKILL.md
92-
```
93-
9476
## Headed operation
9577

9678
Playwright CLI is headless by default. If you'd like to see the browser, pass `--headed` to `open`:

0 commit comments

Comments
 (0)