LogoRobo.js
Packages@robojs/mock

TestResult

Interface: TestResult

Result for a single test case

Properties

PropertyTypeDescription
assertionsAssertionResult[]Assertion results for UI display
durationnumberDuration in milliseconds
error?{ message: string; stack: string; }Error details if test failed
error.messagestring-
error.stack?string-
namestringTest name/description
status"passed" | "failed" | "skipped"Test status

On this page