Home / Companies / JetBrains / Blog / Post Details
Content Deep Dive

RustRover 2026.1: Professional Testing With Native cargo-nextest Integration | The RustRover Blog

Blog post from JetBrains

Post Details
Company
Date Published
Author
Tatiana Parshutkina
Word Count
921
Language
American English
Hacker News Points
-
Summary

RustRover 2026.1 enhances the developer experience by integrating native support for cargo-nextest, a faster and more scalable test runner, directly into the IDE. This integration allows developers to run Nextest sessions with detailed progress reporting and structured results without leaving the IDE, thereby improving testing efficiency in large Rust workspaces. Rust's standard testing framework, which uses the #[test] attribute and the cargo test command, is complemented by cargo-nextest, which executes tests in parallel and identifies flaky tests, offering a more robust testing solution. RustRover adapts its test runner to work seamlessly with cargo-nextest, maintaining familiar UI elements like gutter icons and a hierarchical tree view for test results. This integration ensures that developers can leverage Nextest's speed and reliability while maintaining their existing workflow within the RustRover environment.