//! 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.
// Allow dead code for tracing scaffolding (spec: tracing)
// Re-export public types
pub use ActionHandle;
pub use Tracing;
pub use ;
// Internal re-exports
pub use TracingState;