Module trace

Module trace 

Source
Expand description

Tracing implementation for recording test execution traces.

Traces capture screenshots, DOM snapshots, and network activity for debugging test failures. Traces are compatible with Playwright’s Trace Viewer.

Structs§

ActionEntry
An action entry in the trace.
ActionHandle
Handle for tracking an action’s duration in the trace.
Tracing
Tracing manager for recording test execution traces.
TracingOptions
Options for starting a trace.