II.
LibraryProcess JSON
Structured · livelib-process:qa-testing-automation--accessibility-testing
accessibility-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:qa-testing-automation--accessibility-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "accessibility-testing",
"description": "Accessibility Testing Automation - Implement automated accessibility testing to ensure WCAG 2.1/2.2 compliance,\nkeyboard navigation, screen reader compatibility, and inclusive design validation with automated quality gates and remediation tracking.",
"libraryPath": "library/specializations/qa-testing-automation/accessibility-testing.js",
"specialization": "qa-testing-automation",
"references": [
"- WCAG 2.1: https://www.w3.org/WAI/WCAG21/quickref/\n- WCAG 2.2: https://www.w3.org/WAI/WCAG22/quickref/\n- axe-core: https://github.com/dequelabs/axe-core\n- Pa11y: https://pa11y.org/\n- Lighthouse Accessibility: https://developers.google.com/web/tools/lighthouse\n- ARIA Practices: https://www.w3.org/WAI/ARIA/apg/\n- WebAIM: https://webaim.org/\n- Playwright Accessibility Testing: https://playwright.dev/docs/accessibility-testing"
],
"example": "const result = await orchestrate('specializations/qa-testing-automation/accessibility-testing', {\n projectName: 'E-Commerce Platform',\n wcagLevel: 'AA',\n pages: ['/home', '/products', '/checkout', '/account'],\n framework: 'playwright',\n reportingFormat: 'html',\n remediationRequired: true,\n includeManualTests: true\n});",
"usesAgents": [
"accessibility-testing-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:qa-testing-automation--accessibility-testing",
"to": "skill-area:accessibility-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--accessibility-testing",
"to": "skill-area:web-accessibility",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--accessibility-testing",
"to": "topic:accessibility",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--accessibility-testing",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--accessibility-testing",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--accessibility-testing",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--accessibility-testing",
"to": "role:frontend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--accessibility-testing",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--accessibility-testing",
"to": "specialization:qa-testing-automation",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--accessibility-testing",
"to": "lib-agent:qa-testing-automation--accessibility-testing-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}