Expand description
Replay infrastructure for recorded test runs.
This module provides the ReplayContext type for converting recorded events
back into TestEvents that can be displayed through the normal reporter
infrastructure.
Structs§
- Replay
Context - Context for replaying recorded test events.
- Replay
Header - Header information for a replay session.
- Replay
Reporter - Reporter for replaying recorded test runs.
- Replay
Reporter Builder - Builder for creating a
ReplayReporter.
Enums§
- Replay
Conversion Error - Error during replay event conversion.