← All pipelines

Quality & Health

sate dashboard

Shipped

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-app

Flags

--project-root <path>

Required.

--output <file.html>default: <project-root>/sate/dashboard.html

Override output path.

--force

Re-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