@playwright/cli 0.0.64 → 0.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ playwright-cli --help
|
|
|
32
32
|
Claude Code, GitHub Copilot and others will use the locally installed skills.
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
|
-
playwright-cli install
|
|
35
|
+
playwright-cli install --skills
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
### Skills-less operation
|
|
@@ -251,8 +251,8 @@ playwright-cli video-stop [filename] # stop video recording
|
|
|
251
251
|
### Install
|
|
252
252
|
|
|
253
253
|
```bash
|
|
254
|
+
playwright-cli install --skills # install skills
|
|
254
255
|
playwright-cli install-browser # install browser
|
|
255
|
-
playwright-cli install-skills # install skills
|
|
256
256
|
```
|
|
257
257
|
|
|
258
258
|
### Configuration
|