Expand description
Rust e2e test code generator.
Generates e2e/rust/Cargo.toml and tests/{category}_test.rs files from
JSON fixtures, driven entirely by E2eConfig and CallConfig.
Structs§
- Rust
E2eCodegen - Rust e2e test code generator.
Functions§
- render_
cargo_ toml - render_
mock_ server_ binary - Generate the
src/main.rsfor the standalone mock server binary. - render_
mock_ server_ module - Generate the complete
mock_server.rsmodule source.