Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

1 line
2.5 KiB
JSON

{"content": "---\nallowed-tools: Read, Write, Edit, Bash\nargument-hint: [testing-scope] | --components | --pages | --responsive | --cross-browser | --accessibility\ndescription: Setup comprehensive visual regression testing with cross-browser and responsive testing\n---\n\n# Setup Visual Testing\n\nSetup comprehensive visual regression testing with responsive and accessibility validation: **$ARGUMENTS**\n\n## Current Visual Testing Context\n\n- Frontend framework: !`grep -l \"react\\\\|vue\\\\|angular\" package.json 2>/dev/null || echo \"Detect framework\"`\n- UI components: !`find . -name \"components\" -o -name \"src\" | head -1 && echo \"Component structure detected\" || echo \"Analyze structure\"`\n- Existing testing: !`find . -name \"cypress\" -o -name \"playwright\" -o -name \"storybook\" | head -1 || echo \"No visual testing\"`\n- CI system: !`find . -name \".github\" -o -name \".gitlab-ci.yml\" | head -1 || echo \"No CI detected\"`\n\n## Task\n\nImplement comprehensive visual testing with regression detection and accessibility validation:\n\n**Testing Scope**: Use $ARGUMENTS to focus on component testing, page testing, responsive testing, cross-browser testing, or accessibility testing\n\n**Visual Testing Framework**:\n\n1. **Tool Selection & Setup** - Choose visual testing tools (Percy, Chromatic, BackstopJS, Playwright), configure integration, setup environments\n2. **Baseline Creation** - Capture visual baselines, organize screenshot structure, implement version control, optimize image management\n3. **Test Scenario Design** - Create component tests, design page workflows, implement responsive breakpoints, configure browser matrix\n4. **Integration Setup** - Configure CI/CD integration, setup automated execution, implement review workflows, optimize performance\n5. **Regression Detection** - Configure diff algorithms, setup threshold management, implement approval workflows, optimize accuracy\n6. **Advanced Testing** - Setup accessibility testing, configure cross-browser validation, implement responsive testing, design performance monitoring\n\n**Advanced Features**: Automated visual testing, intelligent diff analysis, accessibility compliance checking, responsive design validation, performance visual metrics.\n\n**Quality Assurance**: Test reliability, false positive reduction, maintainability optimization, execution performance.\n\n**Output**: Complete visual testing setup with baseline management, regression detection, CI integration, and comprehensive validation workflows.\n"}