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

... so that we can run cargo-nextest with proc-macro projects on Windows to fix https://github.com/nextest-rs/nextest/issues/1493. This commit also adds integration tests for running cargo-nextest for proc-macro projects.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [itertools](https://togithub.com/rust-itertools/itertools) | dependencies | minor | `0.12.1` -> `0.13.0` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [either](https://togithub.com/rayon-rs/either) | dependencies | minor | `1.11.0` -> `1.12.0` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [toml_edit](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.22.12` -> `0.22.13` | --- ### Release...

dependencies

``` PS C:\src\rust-test> cargo nextest run --workspace warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`...

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `44c2b7a` -> `0ad4b8f` | --- ### Configuration...

dependencies

Hi, I was just looking for an issue about `--skip` in nextest and found #29 which is saying that these are supported, but using different syntax. This is problematic for...

enhancement
help wanted

## Motivation In large-scale projects or projects heavily integrated with third-party services, it is often necessary to skip certain tests when specific conditions are not met. For instance, if a...