Skip to content

Commit a9785a5

Browse files
authored
chore: roll Playwright to 1.60.0-alpha-1778101408000 (#399)
1 parent fb2a027 commit a9785a5

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ playwright-cli video-start [filename] # start video recording
249249
playwright-cli video-chapter <title> # add a chapter marker to the video
250250
playwright-cli video-stop # stop video recording
251251
playwright-cli show # open the visual dashboard
252-
playwright-cli show --annotate # launch dashboard with annotation prompt
252+
playwright-cli show --annotate # launch dashboard for UI review / design feedback
253253
playwright-cli generate-locator <ref> # generate a playwright locator for an element
254254
playwright-cli highlight <ref> # show a persistent highlight overlay
255255
playwright-cli highlight <ref> --style= # highlight with a custom CSS style

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"test": "playwright test"
1919
},
2020
"devDependencies": {
21-
"@playwright/test": "1.60.0-alpha-1777669338000",
21+
"@playwright/test": "1.60.0-alpha-1778101408000",
2222
"@types/node": "^25.2.1"
2323
},
2424
"dependencies": {
25-
"playwright": "1.60.0-alpha-1777669338000",
26-
"playwright-core": "1.60.0-alpha-1777669338000"
25+
"playwright": "1.60.0-alpha-1778101408000",
26+
"playwright-core": "1.60.0-alpha-1778101408000"
2727
},
2828
"bin": {
2929
"playwright-cli": "playwright-cli.js"

skills/playwright-cli/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ playwright-cli video-start video.webm
163163
playwright-cli video-chapter "Chapter Title" --description="Details" --duration=2000
164164
playwright-cli video-stop
165165

166-
# launch the dashboard with annotation prompt to ask the user for input
166+
# launch the dashboard for UI review / design feedback — user annotates the page, you receive the annotated screenshot, snapshot, and notes
167167
playwright-cli show --annotate
168168

169169
# generate a Playwright locator for an element from its ref or selector
@@ -367,7 +367,7 @@ playwright-cli close
367367

368368
## Example: Interactive session
369369

370-
Ask the user to annotate the UI. User can provide contextual tasks or ask contextual questions using annotations:
370+
Ask the user for UI review or design feedback. The user draws boxes on the live page and types comments; you receive the annotated screenshot, the snapshot of the marked region, and the user's notes. Use this whenever the user asks for "UI review", "design feedback", or to "ask the user what they think / want / mean":
371371
372372
```bash
373373
playwright-cli open https://example.com

0 commit comments

Comments
 (0)