WebFuzzing / EvoMaster

The first open-source AI-driven tool for automatically generating system-level test cases (also known as fuzzing) for web/enterprise applications. Currently targeting whitebox and blackbox testing of Web APIs, like REST, GraphQL and RPC (e.g., gRPC and Thrift).
GNU Lesser General Public License v3.0
524 stars 85 forks source link

Adding Init actions to test naming. Rest tests now also include details about the json payload in the response #1095

Closed Pgarrett closed 1 month ago

Pgarrett commented 1 month ago
arcuri82 commented 1 month ago

hi @Pgarrett sorry I am bit busy these days, likely until Tuesday :( @jgaleotti you think you can have a first review of this PR? (I ll do mine then afterwards)

Pgarrett commented 1 month ago

Don't worry @arcuri82! I'll check with JP tomorrow, thanks!

Pgarrett commented 1 month ago

Hi @arcuri82! Test fixed, got help from @jgaleotti. I had missed passing a Randomness for test initialization, how shameful 🤦 Setting the PR as ready for review

Pgarrett commented 1 month ago

Hi @arcuri82! Were you able to take a look at this PR?