github nextest-rs/nextest cargo-nextest-0.9.118
cargo-nextest 0.9.118

latest releases: cargo-nextest-0.9.140, nextest-runner-0.121.0, nextest-filtering-0.21.3...
6 months ago

Added

  • Nextest now supports user configuration for personal preferences. User config is stored in ~/.config/nextest/config.toml (or %APPDATA%\nextest\config.toml on Windows) and includes the following settings:

    • show-progress: Controls progress display during test runs.
    • max-progress-running: Maximum number of running tests to show in the progress bar.
    • input-handler: Enable or disable keyboard input handling.
    • output-indent: Enable or disable output indentation for captured test output.

    User config settings are lower priority than CLI arguments and environment variables. For details, see User configuration.

Fixed

  • Fixed an issue where nextest could hang when tests spawn interactive shells (e.g., zsh -ic) that call tcsetpgrp to become the foreground process group. Nextest now ignores SIGTTIN and SIGTTOU signals while input handling is active. (#2884)

Don't miss a new nextest release

NewReleases is sending notifications on new releases.