setup-visual-testing

Setup visual regression testing

Content Preview
# Setup Visual Testing

Setup visual regression testing

## Instructions

1. **Visual Testing Strategy Analysis**
   - Analyze current UI/component structure and testing needs
   - Identify critical user interfaces and visual components
   - Determine testing scope (components, pages, user flows)
   - Assess existing testing infrastructure and integration points
   - Plan visual testing coverage and baseline creation strategy

2. **Visual Testing Tool Selection**
   - Evaluate visual testing too
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/setup-visual-testing.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/test/setup-visual-testing.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/test/setup-visual-testing.md

Related Skills