{
  "version": "2.0.0",
  "goal": "Run the visual regression check of the gallery fixture store",
  "origin": "https://productgrid.test",
  "grants": ["observe", "shotview", "shotelement", "diffsnapshots"],
  "steps": [
    { "id": "observe", "kind": "observe", "label": "Observe the gallery store page" },
    { "id": "viewport", "kind": "shotview", "label": "Capture the viewport snapshot" },
    { "id": "element", "kind": "shotelement", "label": "Capture the gallery element snapshot", "target": ".gallery" },
    { "id": "diff", "kind": "diffsnapshots", "label": "Diff the captured snapshots" }
  ]
}
