data
test-results
A structured test-run viewer — pass/fail/skip counts, duration, progress bar, collapsible suites whose tests carry status and timing.
8 passed2 failed1 skipped
1.43saccepts a valid POST body18ms
rejects unknown fields12ms
requires path params9ms
AssertionError: expected 400, received 200
at schema.test.ts:42:3 expected(received).toBe(400) received: 200
validates response shape14ms
The failed suite opens by default; the error carries message and stack. Status color means exactly one thing per state.
Installation
Usage
TestResults: Root · Header · Summary · Duration · Content · Suite · SuiteName · SuiteStats · SuiteContent · Test · Error · ErrorMessage · ErrorStack
Use when
- Reporting a verification run — one status taxonomy: failed is destructive, nothing else is red
Not for
- Live CI streaming — this renders a completed or snapshot run