Record browser sessions using Playwright
Records automated browser sessions using Playwright specs for creating web UI tutorials and demos. Use this for CI/CD workflows or when you need scripted, repeatable recordings rather than interactive capture.
/plugin marketplace add athola/claude-night-market/plugin install scry@claude-night-marketRecord browser sessions using Playwright specs for web UI tutorials.
💡 Claude Code 2.0.72+: For interactive browser control, consider using native Chrome integration. This command is optimized for automated recording workflows and CI/CD. Both approaches can be combined - test interactively with Chrome, record programmatically with Playwright.
/record-browser <spec-file> # Record from Playwright spec
/record-browser --init <name> # Create new spec template
/record-browser --config # Show Playwright config
Skill(scry:browser-recording)# Record from existing spec
/record-browser specs/dashboard-demo.spec.ts
# Create new spec template
/record-browser --init login-flow
# Check Playwright config
/record-browser --config
npm install -D @playwright/testnpx playwright install chromiumSkill(scry:browser-recording) - Core recording skillSkill(scry:gif-generation) - Video to GIF conversion