Module replay

Module replay 

Source
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§

ReplayContext
Context for replaying recorded test events.
ReplayHeader
Header information for a replay session.
ReplayReporter
Reporter for replaying recorded test runs.
ReplayReporterBuilder
Builder for creating a ReplayReporter.

Enums§

ReplayConversionError
Error during replay event conversion.