@playwright/cli
Advanced tools
+3
-3
| { | ||
| "name": "@playwright/cli", | ||
| "version": "0.1.6", | ||
| "version": "0.1.7", | ||
| "description": "Playwright CLI", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
| "devDependencies": { | ||
| "@playwright/test": "1.60.0-alpha-1775584683000", | ||
| "@playwright/test": "1.60.0-alpha-1775951570000", | ||
| "@types/node": "^25.2.1" | ||
@@ -27,3 +27,3 @@ }, | ||
| "minimist": "^1.2.5", | ||
| "playwright": "1.60.0-alpha-1775584683000" | ||
| "playwright": "1.60.0-alpha-1775951570000" | ||
| }, | ||
@@ -30,0 +30,0 @@ "bin": { |
@@ -45,5 +45,5 @@ # Video Recording | ||
| 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. | ||
| 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. | ||
| 2) Create a file with the intended script for video (below). Use pressSequentially w/ delay for nice typing, make reasonable pauses. | ||
| 3) Use playwright-cli run-code --file your-script.js | ||
| 3) Use playwright-cli run-code --filename your-script.js | ||
@@ -50,0 +50,0 @@ **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. |
74039
0.01%+ Added
+ Added
- Removed
- Removed