nextest
Apart from the default Cargo test runner, RustRover supports nextest. Nextest offers faster test execution and more user-friendly reports, making it a popular alternative to `cargo test` within the Rust community.
Switch test runner
Go to .
Locate the test runner dropdown and select the preferred runner.


17 March 2026