1 2 3 4 5 6
//! Program to run E2E tests. use torrust_tracker::console::ci::e2e; fn main() -> anyhow::Result<()> { e2e::runner::run() }