II.
Library JSON
Structured · livelibrary:pest-php
Pest json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:pest-php",
"_kind": "Library",
"_file": "domain/libraries/libraries-php-swift-kotlin.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Pest",
"belongsToLanguageId": "language:php",
"category": "testing",
"description": "Elegant PHP testing framework with a clean, expressive syntax\ninspired by Jest; runs on top of PHPUnit with built-in parallel\nexecution, type coverage, and architecture testing plugins.\n"
},
"outgoingEdges": [
{
"from": "library:pest-php",
"to": "language:php",
"kind": "belongs_to_language"
},
{
"from": "library:pest-php",
"to": "skill-area:component-testing",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:phpunit",
"to": "library:pest-php",
"kind": "alternative_to"
}
]
}