feat: fuzz failure persistence #2551
Labels
A-testing
Area: testing
C-forge
Command: forge
Cmd-forge-test
Command: forge test
T-feature
Type: feature
Component
Forge
Describe the feature you would like
#991 was closed by #1658, but as documented by this comment there's some other related work, so pulling that into separate issues.
Right now fuzz failures are only shown in the terminal, and there's no easy way to persist persist failures to allow saving them and easily re-running them.
FailurePersistance
to/cache/fuzz/failures-latest.json
.foundry.toml
flag to specify outdir.proptest
can useFailurePersistance
to resume fuzz campaigns.--fuzz-input-file
to allow user to specify afailures.json
Additional context
No response
The text was updated successfully, but these errors were encountered: