xuxh21xuxh21Communityยท1 Agent Skills Included

ui-regression-recorder-skill

Reusable UI regression flows from Playwright recordings

Converts raw Playwright recordings into stable, reusable UI regression capabilities. Splits one recorded business flow into cleaned specs, shared helpers, and a machine-readable capability registry. Assembles new test flows from existing capabilities instead of re-recording every request. Runs regression in a visible browser by default and backtracks failures through previous step postconditions.
npx skills add xuxh21/ui-regression-recorder-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’