foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
8.18k stars 1.7k forks source link

feat(`forge test`): improve UI when running tests #7605

Open Evalir opened 5 months ago

Evalir commented 5 months ago

new spinners and UI for forge test, see also Cargo (status logs like "checking"), cargo-nextest spinner and streaming test output

grandizzy commented 3 months ago

I think this can be closed as https://github.com/foundry-rs/foundry/pull/7914 was merged. Pending suppressing of proptest messages https://github.com/proptest-rs/proptest/issues/453

DaniPopes commented 3 months ago

That's only for fuzz/invariants. We want to refactor the entire output of the test runner.