github nextest-rs/nextest cargo-nextest-0.9.100
cargo-nextest 0.9.100

latest releases: cargo-nextest-0.9.143, nextest-runner-0.122.1, cargo-nextest-0.9.142...
13 months ago

Added

  • A new global-timeout option allows setting a global timeout for the entire run. This is an alternative to the Unix timeout command that also works on Windows.

    For more information, see Setting a global timeout.

    Thanks to robabla for your first contribution!

  • Nextest now reports progress to the terminal emulator for display in places like the task bar, similar to Cargo 1.87 and above. Terminal progress integration uses OSC 9;4, and is enabled by default in Windows Terminal, ConEmu, and WezTerm.

    To configure this, use Cargo's term.progress.term-integration option.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.