Description
Systematically verify every row in the Feature Parity Checklist from the original runtime plan. Write automated integration tests that run against both Bun and Rust dev servers verifying identical behavior. See plans/vertz-dev-server/next-steps.md Section 3.3.
Key files: native/vertz-runtime/tests/parity/ (new directory) — tests per feature area: http_serving.rs, static_files.rs, compilation.rs, ssr.rs, hmr.rs, error_overlay.rs, diagnostics.rs
Estimated effort: L (2-3 weeks)
Acceptance Criteria
Description
Systematically verify every row in the Feature Parity Checklist from the original runtime plan. Write automated integration tests that run against both Bun and Rust dev servers verifying identical behavior. See
plans/vertz-dev-server/next-steps.mdSection 3.3.Key files:
native/vertz-runtime/tests/parity/(new directory) — tests per feature area:http_serving.rs,static_files.rs,compilation.rs,ssr.rs,hmr.rs,error_overlay.rs,diagnostics.rsEstimated effort: L (2-3 weeks)
Acceptance Criteria
cargo test --test parity