crytic / medusa

Parallelized, coverage-guided, mutational Solidity smart contract fuzzing, powered by go-ethereum
https://www.trailofbits.com/
GNU Affero General Public License v3.0
273 stars 33 forks source link

Display failed tests #355

Open aviggiano opened 1 month ago

aviggiano commented 1 month ago

Currently, if stopOnFailedTest is set to false, Medusa keeps running indefinitely. The issue is that it does not show how many tests have currently failed, which could be helpful in determining when to stop the fuzzer.

It would be nice to have some statistics similar to that of Echidna, which shows failed: N/M on output logs

antks03 commented 1 month ago

forgot to say I assigned it