iiRecord
Agentic AI Atlas · Visual Regression Testing
workflow:visual-regression-testinga5c.ai
II.
Workflow JSON

workflow:visual-regression-testing

Structured · live

Visual Regression Testing json

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

File · workflows/workflows/workflows-qa-deep.yamlCluster · workflows
Record JSON
{
  "id": "workflow:visual-regression-testing",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-qa-deep.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Visual Regression Testing",
    "workflowKind": "development",
    "triggerType": "event-driven",
    "typicalCadence": "per-pull-request",
    "complexity": "single-team",
    "description": "Captures and compares UI screenshots across browsers and viewports to\ndetect unintended visual changes — running headless browsers against\nStorybook or page routes, generating pixel-diff reports, managing baseline\nimage approval workflows, and tracking flaky visual comparisons. Excludes\naccessibility and functional testing.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:visual-regression-testing",
      "to": "role:test-writer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:visual-regression-testing",
      "to": "role:product-designer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:visual-regression-testing",
      "to": "role:implementer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:visual-regression-testing",
      "to": "skill-area:visual-regression-testing",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:visual-regression-testing",
      "to": "skill-area:e2e-testing",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:visual-regression-testing",
      "to": "domain:web-development",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:visual-regression-testing",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:visual-regression-testing",
      "to": "responsibility:review-prs-merge-decisions",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:visual-regression-testing",
      "to": "responsibility:code-review-coverage",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:visual-regression-testing",
      "to": "org-unit:quality-engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:visual-regression-testing",
      "to": "org-unit:frontend-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:e2e-testing-platform",
      "to": "workflow:visual-regression-testing",
      "kind": "follows_workflow"
    },
    {
      "from": "stack-profile:visual-regression-testing",
      "to": "workflow:visual-regression-testing",
      "kind": "follows_workflow"
    }
  ]
}