Live demo — no signup
The dashboard your team gets on day one.
This is the real thing, filled with sample data. Every run, every bug and the QA-health metrics that tell you whether you can ship — pass rate, flakiness, defect escape rate, MTTR, coverage and DORA. Sign up and it’s seeded with your own demo workspace in seconds.
Projects
3
Runs (recent)
4
Open bugs
11
QA health
7-day rolling · demo dataPass rate
On targetTarget >95%
Green CI runs over the last 7 days. Below 90% and developers start ignoring the pipeline.
Flakiness rate
WatchTarget <2%
Drifting up. Quarantine the top 3 flaky tests this week before trust erodes.
Defect escape rate
On targetTarget <5%
Bugs reaching production vs. caught pre-release — the metric that maps to real user pain.
Critical-path coverage
WatchTarget >90%
Two P0 flows (checkout, password reset) still lack end-to-end cover. Close the gap next sprint.
MTTR · P1
On targetTarget <24h
Median time to resolve a P1 defect. High MTTR usually means a process bottleneck, not a hard bug.
Suite duration
On targetTarget <15 min
Full pipeline wall-clock. Creeping up — profile the slowest 10% of tests before it breaks the loop.
Open bugs by severity
11 open- P00
- P12
- P25
- P34
Delivery · DORA
- 4.2 / day
Deployment frequency
top: multiple / day
- 18 h
Lead time for changes
top: < 1 day
- 6.8%
Change failure rate
top: ~5%
- 42 min
Failed-deploy recovery
top: < 1 h
Recent runs
| Project | Env | Status | Passed | Failed | Flaky |
|---|---|---|---|---|---|
| catapult | dev | passed | 48 | 0 | 0 |
| porsche | staging | failed | 71 | 3 | 0 |
| prod | flaky | 12 | 0 | 2 | |
| catapult | dev | passed | 47 | 0 | 1 |
The other half — QA Copilot
Not just a dashboard — a QA copilot.
Describe what you want tested and the Helper drafts a review-ready artifact — a test plan, test cases, a test story, a bug verification and more. Here’s one it produced:
Verify bug — Dealer discount badge times out at checkout
How to reproduce the reported bug, confirm the fix once it ships, and guard against it coming back. Ties to the tracker item so the fix and its test travel together.
Reproduction
- P1Reproduce on staging
- Sign in with a seeded dealer account
- Add an eligible item to the cart
- Apply a valid dealer discount code at checkout
Expected — BUG: the request hangs and the discount badge never renders (currently reproduces).
Verification after fix
- P1Badge renders within SLA
- Repeat the reproduction steps on the fixed build
Expected — The discount badge renders in under 2s and the total reflects the discount.
- P2Failure is graceful
- Force the discount service to error (feature flag or mocked 500)
Expected — A clear inline error is shown; no infinite spinner, no double-submit.
Regression guard
- Add a contract test on the discount endpoint asserting p95 latency and a 200 with the badge payload.
- Add the fixed flow to the checkout regression suite so it runs on every deploy.
- Reproduction and fix-verification mutate cart state — dev/staging only, never prod.
- Link this verification to the tracker item so the fix and its test stay together.
Make it yours.
Create a workspace, invite your team, and point the spider at your product. You’ll start on this exact view with demo data, then swap in your real projects.