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§
- Action
Entry - An action entry in the trace.
- Action
Handle - Handle for tracking an action’s duration in the trace.
- Tracing
- Tracing manager for recording test execution traces.
- Tracing
Options - Options for starting a trace.