Packages@robojs/mock
TestFileEntry
Interface: TestFileEntry
Entry for a single test file
Properties
| Property | Type | Description |
|---|---|---|
completedAt? | number | Timestamp when test file completed |
path | string | Test file path (relative to project root) |
pendingAssertions? | AssertionResult[] | Assertions recorded before test entries were created (will be merged) |
recordingPath? | string | Path to saved recording file (relative to .robo/mock/recordings/) |
sessionId | string | Session ID associated with this test file |
startedAt | number | Timestamp when test file started |
status | "running" | "passed" | "failed" | Status of the test file |
tests | TestResult[] | Individual test results |
