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.

ExampleWhat it shows
srsue-smoke-gate12-case PR gate against an open-source UE
nightly-matrix647 applicable cases across 12 lanes, JUnit output
verdict-dashboardTypeScript dashboard reading the Executions API
slack-failure-alertsWebhook receiver posting failures with clause refs
coverage-exportWeekly 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.