You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a POST request and I need to use <20 custom examples for it. As I understand these examples can help in mutation data, am I right?
So, I created examples.json, specified it in config.json and everything works for the first example:
But if I add another example, like this
The example doesn't use while testing. In grammar.py I found just the first one. Can I do something with it?
The text was updated successfully, but these errors were encountered:
test mode when --test_all_combinations is specified on the RESTler command line
fuzz mode and setting "fuzzing_mode": "bfs" in the engine settings.
Currently, it does not work with fuzz-lean mode but that would be straightforward to enable.
Side note: as you saw, RESTler only adds the first example to the Python grammar - the others are only added to the grammar.json file generated side by side with grammar.py.
Description
Hello!
I have a POST request and I need to use <20 custom examples for it. As I understand these examples can help in mutation data, am I right?
So, I created examples.json, specified it in config.json and everything works for the first example:
But if I add another example, like this
The example doesn't use while testing. In grammar.py I found just the first one. Can I do something with it?
The text was updated successfully, but these errors were encountered: