/akka.inspect
Inspect a running service’s runtime state against the specification.
Description
Inspects a running service at runtime by exercising API endpoints, verifying internal state through backoffice tools, and validating the UI through browser tools — all driven by the feature specification.
The inspection workflow:
-
Verifies the service is running and a feature spec exists
-
Extracts API endpoints and entities from the spec
-
Exercises API endpoints with test requests
-
Verifies entity state via backoffice tools
-
Validates the UI in the browser
-
Summarizes findings
-
Offers next steps
Works with both locally running services (after /akka.build) and deployed services (after /akka.deploy).