II.
SkillArea JSON
Structured · liveskill-area:frontend-e2e-testing
Frontend E2E Testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:frontend-e2e-testing",
"_kind": "SkillArea",
"_file": "domain/skill-areas/curated-skill-areas.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Frontend E2E Testing",
"description": "Exercising complete browser user journeys - navigation, rendering,\ninteraction timing, network control, and user-visible regressions.\n",
"domains": [
"specialization:web-development",
"specialization:qa-testing-automation"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:frontend-e2e-testing",
"to": "specialization:web-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:frontend-e2e-testing",
"to": "specialization:qa-testing-automation",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
},
{
"from": "skill-area:frontend-e2e-testing",
"to": "tool:playwright",
"kind": "uses_tool"
},
{
"from": "skill-area:frontend-e2e-testing",
"to": "tool:cypress",
"kind": "uses_tool"
},
{
"from": "skill-area:frontend-e2e-testing",
"to": "skill-area:e2e-testing",
"kind": "requires_skill_area"
}
],
"incomingEdges": [
{
"from": "skill-area:component-testing",
"to": "skill-area:frontend-e2e-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:frontend-testing",
"to": "skill-area:frontend-e2e-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-skill:web-development--frontend-e2e-testing",
"to": "skill-area:frontend-e2e-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
}
]
}