II.
LibraryProcess JSON
Structured · livelib-process:shared--playwright-visual-smoke
Composable process component that performs visual regression smoke tests json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--playwright-visual-smoke",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "Composable process component that performs visual regression smoke tests",
"description": "Composable process component that performs visual regression smoke tests\nusing Playwright to catch CSS/layout regressions. Designed for injection into CI,\nquality-gate, and convergence processes that need to verify UI integrity.",
"libraryPath": "library/processes/shared/playwright-visual-smoke.js",
"example": "```js\nimport { createVisualSmokeTest, executeVisualSmokeTest } from './playwright-visual-smoke.js';\nexport async function process(inputs, ctx) {\n const result = await executeVisualSmokeTest(ctx, {\n name: 'dashboard-visual-smoke',\n baseUrl: 'http://localhost:3000',\n pages: ['/', '/settings', '/dashboard'],\n criticalButtons: ['Save', 'Submit', 'Cancel', 'Delete'],\n containerSelectors: ['main', '.dashboard-grid', '.sidebar'],\n });\n if (!result.passed) {\n // result.summary contains human-readable failure description\n }\n return result;\n}\n```",
"usesAgents": [
"visual-regression-analyst",
"visual-smoke-runner"
]
},
"outgoingEdges": [
{
"from": "lib-process:shared--playwright-visual-smoke",
"to": "skill-area:code-review-practice",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--playwright-visual-smoke",
"to": "skill-area:e2e-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--playwright-visual-smoke",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--playwright-visual-smoke",
"to": "topic:code-review-best-practices",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--playwright-visual-smoke",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--playwright-visual-smoke",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--playwright-visual-smoke",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--playwright-visual-smoke",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--playwright-visual-smoke",
"to": "workflow:code-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--playwright-visual-smoke",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--playwright-visual-smoke",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.5
}
}
],
"incomingEdges": []
}