iiRecord
Agentic AI Atlas · visual-regression
lib-process:qa-testing-automation--visual-regressiona5c.ai
II.
LibraryProcess JSON

lib-process:qa-testing-automation--visual-regression

Structured · live

visual-regression json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:qa-testing-automation--visual-regression",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "visual-regression",
    "description": "Visual Regression Testing Setup - Comprehensive visual regression testing framework implementing\nbaseline capture, visual comparison, threshold configuration, responsive testing, and automated visual quality gates\nwith 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/\n- BackstopJS: https://github.com/garris/BackstopJS\n- Playwright Visual Testing: https://playwright.dev/docs/test-snapshots\n- Cypress Visual Testing: https://docs.cypress.io/guides/tooling/visual-testing\n- Applitools Eyes: https://applitools.com/\n- Chromatic: https://www.chromatic.com/\n- Visual Regression Testing Best Practices: https://testingjavascript.com/"
    ],
    "example": "const result = await orchestrate('specializations/qa-testing-automation/visual-regression', {\n  projectName: 'E-Commerce Platform',\n  applicationUrl: 'https://staging.example.com',\n  pages: ['/home', '/products', '/cart', '/checkout'],\n  components: ['navigation', 'product-card', 'checkout-form'],\n  framework: 'playwright',\n  tool: 'percy',\n  viewports: ['mobile', 'tablet', 'desktop'],\n  baselineStrategy: 'branch',\n  thresholds: { pixelDiff: 0.1, layoutShift: 0.05 },\n  maskDynamicContent: true\n});",
    "usesAgents": [
      "e2e-automation-expert"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:qa-testing-automation--visual-regression",
      "to": "skill-area:visual-regression-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--visual-regression",
      "to": "topic:test-driven-development",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--visual-regression",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--visual-regression",
      "to": "role:qa-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--visual-regression",
      "to": "role:frontend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:qa-testing-automation--visual-regression",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--visual-regression",
      "to": "specialization:qa-testing-automation",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--visual-regression",
      "to": "lib-agent:qa-testing-automation--e2e-automation-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}