Code
TestResults
Component for displaying test suite results with summary statistics, progress bar, and test status.
12 passed2 failed1 skipped
should login with valid credentials120ms
should reject invalid password80ms
should refresh expired tokens450ms
GET /users returns 20050ms
POST /users validates email110ms
DELETE /users requires auth
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| summary | TestResultsSummary | - | Test summary with passed/failed/skipped counts and duration |
| className | string | - | Additional CSS classes |
Import
import { TestResults, TestResultsHeader, TestResultsSummary, TestResultsContent, TestSuite, Test } from '@blastx/ui-ai';