1 2 3
// crate entry point so `cargo test --test e2e` discovers the entire suite #[path = "e2e/mod.rs"] mod e2e_suite;