Quality & Health
sate dashboard
Aggregated HTML dashboard combining quality + golden + coverage + executive telemetry into one page.
What it does
Stitches every other read-only pipeline's output into a single shareable HTML page. Computes a top-level health grade (excellent / good / fair / poor) weighted across coverage, quality, and golden density. Renders "no data" honestly when an input is missing instead of showing a misleading 0%.
Who runs this
- →Engineering leads as a weekly status snapshot
- →Anyone wanting one URL to send the team
How to invoke
sate dashboard --project-root /path/to/laravel-appFlags
--project-root <path>Required.
--output <file.html>default: <project-root>/sate/dashboard.htmlOverride output path.
--forceRe-aggregate even if cached metrics are fresh.
What it produces
- ·<output> — single-page HTML dashboard with interactive metric cards
What it does NOT do
- ✖Does NOT run pipelines on your behalf — it reads their cached outputs (use audit-all for one-shot)
- ✖Does NOT include data from pipelines that haven't been run yet
Status
Engine tests
164
Status
Shipped
Category
Quality & Health
Related pipelines
sate audit-allThe front door: runs every read-only pipeline against your project and writes both a developer report set and a non-technical owner summary.
sate qualityPer-test quality scoring across 6 metrics: completeness, assertion strength, mutation resistance, structure, maintainability, reliability.
sate goldenIdentifies high-value tests — the ones that protect your business core (payments, billing, auth, subscriptions).