Packages@robojs/mock
ReplayResult
Interface: ReplayResult
Result of a replay operation
Properties
| Property | Type | Description |
|---|---|---|
actionsReplayed | number | Number of actions that were replayed |
duration | number | Actual duration of replay in ms |
success | boolean | Whether replay completed successfully |
validation? | ValidationResult | Validation results if validation was enabled |
