Learn-skills.dev cypress-visual-regression-testing-suite

Automates pixel-level visual regression testing using Cypress with cypress-image-snapshot plugin. Compares screenshots against baselines using pixelmatch algorithm with configurable diff thresholds.

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/cypress-visual-regression-testing-suite" ~/.claude/skills/neversight-learn-skills-dev-cypress-visual-regression-testing-suite && rm -rf "$T"
manifest: data/skills-md/agentskillexchange/skills/cypress-visual-regression-testing-suite/SKILL.md
source content

Cypress Visual Regression Testing Suite

Automates pixel-level visual regression testing using Cypress with cypress-image-snapshot plugin. Compares screenshots against baselines using pixelmatch algorithm with configurable diff thresholds.

Installation

Choose the installation path that fits your setup:

  1. Install from Agent Skill Exchange in the OpenClaw UI.
  2. Copy the skill folder into your local skills directory.
  3. Add it to your shared workspace skills collection.
  4. Install it through a compatible agent skill manager.
  5. Clone or download the upstream source and wire it into your agent runtime.

Source