screenwright 0.1.21 → 0.1.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screenwright",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "Turn Playwright E2E tests into polished product demo videos",
5
5
  "license": "MIT",
6
6
  "author": "Guillaume Dupuy",
package/skill/SKILL.md CHANGED
@@ -2,7 +2,7 @@
2
2
  name: screenwright
3
3
  description: Turn Playwright E2E tests into polished product demo videos
4
4
  user_invocable: true
5
- version: 0.1.21
5
+ version: 0.1.23
6
6
  ---
7
7
 
8
8
  # Screenwright
@@ -79,7 +79,7 @@ The scenario must:
79
79
  - Organize into 2-5 scenes
80
80
  - Replace test/faker data with human-friendly values
81
81
  - Add narration to key actions
82
- - Use `sw.wait()` for pacing add deliberate pauses where the viewer needs time to absorb the screen
82
+ - Use `sw.wait()` for pacing, adding deliberate pauses where the viewer needs time to absorb the screen. As a general rule, don't be too generous on the pauses - dead time is awkward in a demo video.
83
83
  - NOT include any assertions
84
84
  - NOT use `page.*` methods directly — always use `sw.*` helpers
85
85
  - NOT import expect, assert, or any test library