II.
LibraryProcess overview
Reference · livelib-process:qa-testing-automation--visual-regression
visual-regression overview
Visual Regression Testing Setup - Comprehensive visual regression testing framework implementing baseline capture, visual comparison, threshold configuration, responsive testing, and automated visual quality gates with Percy, BackstopJS, or Playwright visual testing capabilities.
Attributes
displayName
visual-regression
description
Visual Regression Testing Setup - Comprehensive visual regression testing framework implementing
baseline capture, visual comparison, threshold configuration, responsive testing, and automated visual quality gates
with Percy, BackstopJS, or Playwright visual testing capabilities.
libraryPath
library/specializations/qa-testing-automation/visual-regression.js
specialization
qa-testing-automation
references
- - Percy: https://percy.io/ - BackstopJS: https://github.com/garris/BackstopJS - Playwright Visual Testing: https://playwright.dev/docs/test-snapshots - Cypress Visual Testing: https://docs.cypress.io/guides/tooling/visual-testing - Applitools Eyes: https://applitools.com/ - Chromatic: https://www.chromatic.com/ - Visual Regression Testing Best Practices: https://testingjavascript.com/
example
const result = await orchestrate('specializations/qa-testing-automation/visual-regression', {
projectName: 'E-Commerce Platform',
applicationUrl: 'https://staging.example.com',
pages: ['/home', '/products', '/cart', '/checkout'],
components: ['navigation', 'product-card', 'checkout-form'],
framework: 'playwright',
tool: 'percy',
viewports: ['mobile', 'tablet', 'desktop'],
baselineStrategy: 'branch',
thresholds: { pixelDiff: 0.1, layoutShift: 0.05 },
maskDynamicContent: true
});
usesAgents
- e2e-automation-expert
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:qa-testing-automation·Specialization
lib_covers_topic1
- topic:test-driven-development·TopicTest-Driven Development
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role2
- role:qa-engineer·RoleQA Engineer
- role:frontend-engineer·RoleFrontend Engineer
lib_requires_skill_area1
- skill-area:visual-regression-testing·SkillAreaVisual Regression Testing
uses_agent1
- lib-agent:qa-testing-automation--e2e-automation-expert·LibraryAgentE2E Automation Expert
Incoming edges
None.