We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo test does not has any test progress indicator so it would be great to see nextest integrated for better dev experience.
https://nexte.st/
According to the maintainers of nextest it should be not so difficult to integrate nextest-rs/nextest#952
The text was updated successfully, but these errors were encountered:
Maintainer of nextest here, happy to help if there are any issues! For Miri it was dead simple: rust-lang/miri#2398
In particular, I noticed this bullet point at https://github.com/rustwasm/wasm-bindgen/blob/main/crates/test/README.md:
Running each test in its own wasm instance to avoid poisoning the environment on panic
that you would get for free with nextest.
Sorry, something went wrong.
wasm-pack/src/build/mod.rs
Line 128 in 7d6501d
This is where tests are built.
wasm-pack/src/test/mod.rs
Line 14 in 7d6501d
This is where teste are executed.
No branches or pull requests
💡 Feature description
cargo test does not has any test progress indicator so it would be great to see nextest integrated for better dev experience.
https://nexte.st/
According to the maintainers of nextest it should be not so difficult to integrate nextest-rs/nextest#952
The text was updated successfully, but these errors were encountered: