Packages@robojs/mock
TestResult
Interface: TestResult
Result for a single test case
Properties
| Property | Type | Description |
|---|---|---|
assertions | AssertionResult[] | Assertion results for UI display |
duration | number | Duration in milliseconds |
error? | { message: string; stack: string; } | Error details if test failed |
error.message | string | - |
error.stack? | string | - |
name | string | Test name/description |
status | "passed" | "failed" | "skipped" | Test status |
