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

When building a test archive with debuginfo enabled and with `split-debuginfo=unpacked` (default on MacOS when using Cargo) or `split-debuginfo=packed` (default on Windows MVSC and default on MacOS when using rustc...

help wanted
A-reuse-build

Hi! I am currently using `wasm-pack test --chrome --headless` to test my WASM app. It does not have any indicators regarding the progress of each test run and I am...

deferred

The jUnit XML report does not seem to include skipped tests, even when the `status-level` is set to `"all"` in `.config/nextest.toml`. Using the default project generated by `cargo init --lib`,...

As the title indicates I was wondering if there's anyway to prevent `cargo nextest list` from listing every individual file? I have a few thousand (!) test files belonging to...

help wanted

Hello I previously created [an issue ](https://github.com/nextest-rs/nextest/issues/897) fixed by this [merged PR ](https://github.com/nextest-rs/nextest/pull/898). Since now we can add custom properties per test. I was wondering if it is possible to...

help wanted
deferred

I have a use case where my tests do very heavy setup and teardown process. I measure each of them separately: - setup - run itself - teardown Then I...

In #926, it took almost 20 minutes to fully yank the bad version. We need to improve our story here -- yanking a bad release should take under 5 minutes...

If: * A test binary has a custom test harness, and * Listing tests fails (e.g. #908) Then, we should print an error and suggest https://nexte.st/book/custom-test-harnesses.html to users.

help wanted

I write a unit test for windows platform: https://github.com/eval-exec/playground/blob/main/signal/src/lib.rs It will register a signal handler, send Ctrl-C signal to itself after 2 seconds. When I run the unit test by...

bug
windows

Also `--archive-file` doesn't allow `--cargo-profile` flag, and it can't be mentioned in `nextest.toml` to use it with `--config-file` so I don't know what to do. Setup: The first job generates...