Skip to content

Commit 5f8ca8b

Browse files
authored
chore: roll Playwright to 1.60.0-alpha-1775931579000 (#355)
1 parent 278fcad commit 5f8ca8b

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 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-1775584683000",
21+
"@playwright/test": "1.60.0-alpha-1775931579000",
2222
"@types/node": "^25.2.1"
2323
},
2424
"dependencies": {
2525
"minimist": "^1.2.5",
26-
"playwright": "1.60.0-alpha-1775584683000"
26+
"playwright": "1.60.0-alpha-1775931579000"
2727
},
2828
"bin": {
2929
"playwright-cli": "playwright-cli.js"

skills/playwright-cli/references/video-recording.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ playwright-cli video-start recordings/checkout-test-run-42.webm
4242
When recording a video for the user or as a proof of work, it is best to create a code snippet and execute it with run-code.
4343
It allows pulling appropriate pauses between the actions and annotating the video. There are new Playwright APIs for that.
4444

45-
1) Perform scenario using CLI and take note of all locators and actions. You'll need those locators to request thier bounding boxes for highlight.
45+
1) Perform scenario using CLI and take note of all locators and actions. You'll need those locators to request their bounding boxes for highlight.
4646
2) Create a file with the intended script for video (below). Use pressSequentially w/ delay for nice typing, make reasonable pauses.
47-
3) Use playwright-cli run-code --file your-script.js
47+
3) Use playwright-cli run-code --filename your-script.js
4848

4949
**Important**: Overlays are `pointer-events: none` — they do not interfere with page interactions. You can safely keep sticky overlays visible while clicking, filling, or performing any actions on the page.
5050

0 commit comments

Comments
 (0)