Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: provide a cli flag to set stopOnFailedTest #491

Open
0xteddybear opened this issue Oct 14, 2024 · 0 comments
Open

FR: provide a cli flag to set stopOnFailedTest #491

0xteddybear opened this issue Oct 14, 2024 · 0 comments
Labels
feature-request good first issue Good for newcomers help wanted Extra attention is needed low-priority

Comments

@0xteddybear
Copy link

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 modifying config.json

feature request

a command line flag possibly called --bail or --fail-fast (for uniformity with foundry) that forces medusa to behave as if stopOnFailedTest was set to true

perhaps a complementary flag could be added to behave as if it was set to false, such as --no-bail or --no-fail-fast

@anishnaik anishnaik changed the title provide a cli flag to set stopOnFailedTest FR: provide a cli flag to set stopOnFailedTest Oct 15, 2024
@anishnaik anishnaik added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request good first issue Good for newcomers help wanted Extra attention is needed low-priority
Projects
None yet
Development

No branches or pull requests

2 participants