immense/playwright-readme-videos
Convert Playwright test videos to MP4/GIF and embed them in a README between markers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Directory (in the calling repository) to run in. | no | . |
| config | Optional config file path (relative to working-directory). | no | "" |
| format | Video format (mp4 or gif). If empty, uses config/defaults. | no | "" |
| from | Source directory containing Playwright .webm test videos. | no | "" |
| to | Output directory for converted videos. | no | "" |
| readme | README path to update. | no | "" |
| pattern | Glob pattern for selecting videos (e.g. **/*.webm). | no | "" |
| max | Maximum number of videos to process. | no | "" |
| name | Output filename when max=1. | no | "" |
| start-marker | Start marker in README. | no | "" |
| end-marker | End marker in README. | no | "" |
| overwrite | Overwrite existing converted videos. | no | false |
| install-ffmpeg | Install ffmpeg on the runner (recommended). | no | true |
| node-version | Node.js version used to run the action. | no | 22 |
Outputs
no outputs