Packages@robojs/mock
PersistedSession
Interface: PersistedSession
Persisted session data structure. Contains all information needed for replay and analysis.
Properties
| Property | Type | Description |
|---|---|---|
actions | RecordedAction[] | All recorded actions (chronological order) |
createdAt | number | - |
endedAt | number | - |
id | string | Session metadata |
name? | string | - |
state | SerializedSessionState | Final session state snapshot |
summary | SessionSummary | Session summary statistics |
