ui-regression-recorder-skill
Reusable UI regression flows from Playwright recordings
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ui-regression-recorder-skill?โผ
Run `npx skills add xuxh21/ui-regression-recorder-skill --all -g -y` in your terminal to install it globally. You also need Node.js 18+ and Playwright installed for recording and running tests.
How to turn Playwright recordings into maintainable tests?โผ
This skill cleans raw codegen output, removes trial clicks and duplicate steps, stabilizes selectors, and extracts shared helpers so recordings become maintainable regression specs.
Can I reuse old recordings for new test flows?โผ
Yes. Each recording is decomposed into reusable capabilities registered in flows.json, and new business flows are assembled from those existing pieces instead of re-recording.
Does it run tests in a visible browser?โผ
Yes. Regression runs in headed mode by default so you can watch what happens, with headless mode available for CI or batch runs.
Do I need coding experience to use it?โผ
No. You describe the business goal in plain language, and the agent plans the flow, matches existing capabilities, and records only what is missing.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core