Skip to content
New issue

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

Support nextest #1326

Open
gitmalong opened this issue Sep 7, 2023 · 2 comments
Open

Support nextest #1326

gitmalong opened this issue Sep 7, 2023 · 2 comments

Comments

@gitmalong
Copy link

💡 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

@sunshowers
Copy link

sunshowers commented Sep 7, 2023

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.

@gitmalong
Copy link
Author

gitmalong commented Sep 17, 2023

pub fn cargo_build_wasm_tests(path: &Path, debug: bool, extra_options: &[String]) -> Result<()> {

This is where tests are built.

pub fn cargo_test_wasm<I, K, V>(

This is where teste are executed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants