SDK
SDK examples and demo projects
Runnable example projects: srsUE smoke gate, nightly regression matrix, verdict dashboard, Slack failure alerts, and coverage export.
5 min read
Each example is a small, self-contained repository you can clone and run against a trial workspace. They are intentionally boring — the point is that conformance testing becomes ordinary software automation.
| Example | What it shows |
|---|---|
| srsue-smoke-gate | 12-case PR gate against an open-source UE |
| nightly-matrix | 647 applicable cases across 12 lanes, JUnit output |
| verdict-dashboard | TypeScript dashboard reading the Executions API |
| slack-failure-alerts | Webhook receiver posting failures with clause refs |
| coverage-export | Weekly coverage CSV for release readiness reviews |
Clone and run
bashbash
git clone https://github.com/aeon-cloud/examples.git cd examples/srsue-smoke-gate export AEON_TOKEN=aeon_pat_... make run
Run this against a real SDR lane
The tester is a service, not a box. Push a build, reserve a lane, get a verdict.