II.
Tool JSON
Structured · livetool:cypress
Cypress json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:cypress",
"_kind": "Tool",
"_file": "domain/tools/cypress.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cypress",
"homepageUrl": "https://www.cypress.io",
"kind": "test-runner",
"language": "language:javascript",
"description": "Front-end testing tool for the modern web.\n"
},
"outgoingEdges": [
{
"from": "tool:cypress",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "tool:cypress",
"to": "skill-area:e2e-testing",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:cypress",
"to": "skill-area:e2e-testing",
"kind": "used_for"
},
{
"from": "tool:cypress",
"to": "skill-area:cross-browser-testing",
"kind": "used_for"
},
{
"from": "tool:cypress",
"to": "tool:playwright",
"kind": "alternative_to",
"attributes": {
"comparison": "E2E testing — Cypress runs in-browser; Playwright drives browsers externally"
}
}
],
"incomingEdges": [
{
"from": "skill-area:cross-browser-testing",
"to": "tool:cypress",
"kind": "uses_tool"
},
{
"from": "skill-area:frontend-e2e-testing",
"to": "tool:cypress",
"kind": "uses_tool"
},
{
"from": "skill-area:e2e-testing",
"to": "tool:cypress",
"kind": "uses_tool"
},
{
"from": "specialization:qa-testing-automation",
"to": "tool:cypress",
"kind": "uses_tool"
},
{
"from": "tool:playwright",
"to": "tool:cypress",
"kind": "alternative_to",
"attributes": {
"comparison": "E2E testing — Playwright drives browsers externally; Cypress runs in-browser"
}
}
]
}