Ross ROSS = Recommend OSS · open-source software intelligence for agents

nextest-rs/nextest

A next-generation test runner for Rust. observed · 2026-08-28

github.com/nextest-rs/nextest · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 84
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0.0
  • age_days: 1668
  • days_rel: 29
  • days_push: 7
  • n_releases_24m: 151

Full methodology

Adoption not part of the score

3252 stars · 172 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

cargo-nextest is a next-generation test runner for Rust, running tests up to 3x faster than cargo test with per-test process isolation. It includes libraries for core runner logic, metadata, and a filterset expression language, plus first-class CI support with JUnit export and retries.

Use cases

  • run Rust tests faster than cargo test
  • retry flaky tests automatically
  • partition tests across CI workers
  • export test results as JUnit XML
  • select tests with a filter expression language
  • detect and time out slow tests
  • stress test by looping over tests many times

When to choose

  • you maintain a Rust project with a large or slow test suite
  • you need reliable, structured test reporting in CI
  • you want per-test isolation, retries, and timeouts
  • you need to partition tests across multiple CI machines

When to avoid

  • your project is not written in Rust
  • you rely on cargo test's shared-process test execution model
  • you need a test framework for languages other than Rust

Facets

cli-tool · maturity active

testing cli developer-tools benchmarking testing developer-tools windows rust cli cross-platform cargo-subcommand test-runner junit flaky-tests ci rust command-line linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
nextest-rs/nextestmain94

For agents

markdown · JSON · MCP: product_card(name="nextest-rs/nextest")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem