Demo
See a caught regression — Tocsin demo
Interactive demo · no signup
See exactly what Tocsin catches the second a deploy breaks something.
Watch three real user journeys auto-rerun the moment a deploy lands. Two pass clean. The third hits a regression on its last step — and Tocsin files the bug, with the failing step, expected vs. actual, and a replay ready in your hands.
No login · no account · purely scripted to show the surface end-to-end.
Monitored journeys
deploy #a1f3Sign Up
Queued
3steps · auto-rerun after deploy
Open marketing site
queued
Create account
queued
Confirm email
queued
Log In
Queued
3steps · auto-rerun after deploy
Open login form
queued
Submit credentials
queued
Land on dashboard
queued
Onboarding
Queued
4steps · auto-rerun after deploy
Open onboarding
queued
Pick workspace
queued
Connect data source
queued
Save preferences
queued
Full bug ticket
Failed
Acme WorkspaceBugs · #4711
Bug ticket #4711
Onboarding › save preferences
Preferences form posted with a stale schema after the deploy; the server returned 422 and the UI swallowed the error into a generic toast. The submit button kept firing with the same shape, so a real user could not progress past step 3 of onboarding.
- Triggered
- Jan 15, 02:32 PM
- Duration
- 3.0s
- Run id
- run-demo-4711
Screenshot
Captured at the moment of the assertion. Replays are attached in the run bundle.
run-demo-4711 · screenshot placeholder
Network log
Requests captured during the run, ordered by latency contribution.
| Method | URL | Status | Latency |
|---|---|---|---|
| POST | /api/onboarding/preferences | 422 | 184ms |
| POST | /api/onboarding/preferences | 422 | 41ms |
| GET | /api/onboarding/state | 200 | 73ms |
Trace timeline
Chronological record of every step, fetch, and assertion.
- t+0msstepOpen onboarding step 3
- t+1.1sstepClick "Save preferences"
- t+1.18snetworkPOST /api/onboarding/preferences — 422 (stale schema)
- t+1.22sfailAssertion failed: 200 expected, got 422 — schema mismatch
- t+1.30snetworkPOST /api/onboarding/preferences — 422 (re-click while toast shows)
- t+3.1sinfoRun failed