Learn-skills.dev puppeteer-visual-regression-tester
Automates visual regression testing using Puppeteer page.screenshot() with pixelmatch diffing. Captures full-page screenshots at multiple viewport sizes and generates HTML diff reports with highlighted change regions.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/agentskillexchange/skills/puppeteer-visual-regression-tester" ~/.claude/skills/neversight-learn-skills-dev-puppeteer-visual-regression-tester && rm -rf "$T"
manifest:
data/skills-md/agentskillexchange/skills/puppeteer-visual-regression-tester/SKILL.mdsource content
Puppeteer Visual Regression Tester
Automates visual regression testing using Puppeteer page.screenshot() with pixelmatch diffing. Captures full-page screenshots at multiple viewport sizes and generates HTML diff reports with highlighted change regions.
Installation
Choose the installation path that fits your setup:
- Install from Agent Skill Exchange in the OpenClaw UI.
- Copy the skill folder into your local skills directory.
- Add it to your shared workspace skills collection.
- Install it through a compatible agent skill manager.
- Clone or download the upstream source and wire it into your agent runtime.