FR: provide a cli flag to set stopOnFailedTest
#491
Labels
feature-request
good first issue
Good for newcomers
help wanted
Extra attention is needed
low-priority
context
choosing wether to stop on the first test failure or continue fuzzing in my experience depends more on the context in which the campaign is run (ci, a quick local check, a long run in an unattended computer, etc) than on the campaign itself, similar to
--test-limit
or--timeout
, but currently I can't set the fuzzer to stop on the first error without modifyingconfig.json
feature request
a command line flag possibly called
--bail
or--fail-fast
(for uniformity with foundry) that forces medusa to behave as ifstopOnFailedTest
was set to trueperhaps a complementary flag could be added to behave as if it was set to false, such as
--no-bail
or--no-fail-fast
The text was updated successfully, but these errors were encountered: