microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.59k stars 296 forks source link

[Feature Request] Don't delete results of prior experiments #688

Open mikekistler opened 1 year ago

mikekistler commented 1 year ago

💡 Idea

Every time I run restler test it overwrites the Test/RestlerResult directory so that any prior "experiment" directories within it are deleted. It would be nice if RESTler could leave these old "experiment" directories in place and simply add a new one so that I could have a history of the tests.

Design Notes

No response