II.
TestableClaim overview
Reference · liveclaim:krate-presentations-exist
Krate has web UI, CLI, and API presentations overview
Verifies that all three Krate presentation surfaces are modeled in the graph: the Next.js web UI, the kubectl-native CLI, and the REST API on port 3080.
Attributes
displayName
Krate has web UI, CLI, and API presentations
description
Verifies that all three Krate presentation surfaces are modeled
in the graph: the Next.js web UI, the kubectl-native CLI, and
the REST API on port 3080.
testStatus
untested
testType
unit
testCommand
node -e "const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));const ids=['presentation:krate-web-ui','presentation:krate-cli','presentation:krate-api'];process.exit(ids.every(id=>i.records[id])?0:1)"
category
graph-integrity
priority
medium
Outgoing edges
asserts_about3
- presentation:krate-web-ui·PresentationKrate Web UI
- presentation:krate-cli·PresentationKrate CLI (kubectl)
- presentation:krate-api·PresentationKrate REST API
Incoming edges
None.