nextest icon indicating copy to clipboard operation
nextest copied to clipboard

A next-generation test runner for Rust.

Results 140 nextest issues
Sort by recently updated
recently updated
newest added

It would be really nice to have a way for us to sign nextest's binary releases to ensure they're authentic.

Hi! I'm using the great archived test features in order to exec. my tests on a temporary CICD spawned pod in Kubernetes to test against other resources in there. Two...

enhancement
help wanted
A-reuse-build

Easiest to do this with a per-test override (as long as we restrict the language to non-test predicates).

**Help wanted!** It would be wonderful if someone picked this up and drove it to completion. See https://github.com/clap-rs/clap/issues/3869 for the blocker I ran into.

help wanted

Followup from #319. Looks like `cargo test` sets these env vars at runtime so nextest should as well.

Hi, first of all thanks for building `nextest` it is great (except for what follows here). We observed a performance regression in our test execution times from approx. 20-30s to...

question

Antivirus and Gatekeeper checks can cause performance issues with nextest on Windows and macOS, respectively. I've [added a note about them](https://nexte.st/book/antivirus-gatekeeper) to the nextest site, but I'm going to leave...

help wanted

*Note from maintainer:* [Here's an outline of the work required for this.](https://github.com/nextest-rs/nextest/issues/267#issuecomment-1152829695) Please dive in if you're interested! --- we're having issues running `cargo nextest` in a nix-shell on a...

enhancement
help wanted
A-reuse-build

Add support to run a single test multiple times in parallel. This is a somewhat different mode of operation from nextest as usual (the runner should be fed the same...

enhancement

May be I missed something, but I can non find any mention for this. It would be nice to get from `cargo` list of crates that would be rebuilt by...