josecelano / cargo-pretty-test

A Rust command that prettifies the ugly `cargo test` output into a beautiful one.
https://users.rust-lang.org/t/cargo-test-output-with-indentation/100149
133 stars 1 forks source link

Allow using `cargo-nextest` #36

Open josecelano opened 10 months ago

josecelano commented 10 months ago

cargo-nextest is faster. Maybe we can include a option to use it instead of cargo test. Besides cargo-nextest produces a XML report so parsing the report could be easier than parsing the output.

ivan-aksamentov commented 4 months ago

@josecelano That would be a dream! Can't wait.

Thanks for the awesome package!