II.
SkillArea JSON
Structured · liveskill-area:frontend-testing
Frontend Testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:frontend-testing",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-ecosystem-expansion.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Frontend Testing",
"description": "Testing web frontend applications — unit tests, component tests, end-to-end\nbrowser automation, visual regression, and accessibility testing using\nPlaywright, Cypress, Vitest, and Testing Library.\n",
"domains": [
"domain:web-development"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:frontend-testing",
"to": "domain:web-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:frontend-testing",
"to": "skill-area:frontend-e2e-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:frontend-testing",
"to": "skill-area:frontend-performance-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:frontend-testing",
"to": "skill-area:state-management-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:frontend-testing",
"to": "skill-area:react-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:frontend-testing",
"to": "skill-area:visual-regression-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
}
],
"incomingEdges": [
{
"from": "skill-area:frontend-development",
"to": "skill-area:frontend-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:visual-regression-testing",
"to": "skill-area:frontend-testing",
"kind": "requires_skill_area"
},
{
"from": "tool:chromatic",
"to": "skill-area:frontend-testing",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:chromatic",
"to": "skill-area:frontend-testing",
"kind": "used_for"
},
{
"from": "tool:percy",
"to": "skill-area:frontend-testing",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:percy",
"to": "skill-area:frontend-testing",
"kind": "used_for"
}
]
}