Learn-skills.dev playwright-visual-regression-suite
Automated visual regression testing using Playwright’s screenshot comparison API (page.screenshot with maxDiffPixelRatio) and toMatchSnapshot assertions. Supports cross-browser testing on Chromium, Firefox, and WebKit.
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/playwright-visual-regression-suite" ~/.claude/skills/neversight-learn-skills-dev-playwright-visual-regression-suite && rm -rf "$T"
manifest:
data/skills-md/agentskillexchange/skills/playwright-visual-regression-suite/SKILL.mdsource content
Playwright Visual Regression Suite
Automated visual regression testing using Playwright’s screenshot comparison API (page.screenshot with maxDiffPixelRatio) and toMatchSnapshot assertions. Supports cross-browser testing on Chromium, Firefox, and WebKit.
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.