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

PropTypeDefaultDescription
summaryTestResultsSummary-Test summary with passed/failed/skipped counts and duration
classNamestring-Additional CSS classes

Import

import { TestResults, TestResultsHeader, TestResultsSummary, TestResultsContent, TestSuite, Test } from '@blastx/ui-ai';