Expand description
Test code generation from recorded sessions.
Converts a RecordedSession into a self-contained Rust test file that
replays DOM interactions through the VictauriClient API and optionally
asserts on IPC outcomes and state transitions.
Structs§
- Codegen
Options - Options for controlling test code generation.
Functions§
- generate_
test - Generates a Rust test file from a recorded session.
- generate_
test_ default - Generates a Rust test file from a recorded session using default options.