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
500 stars 83 forks source link

Adding support for graphQL APIs in python #1027

Closed Pgarrett closed 3 months ago

Pgarrett commented 3 months ago

This PR adds support for GraphQL APIs, adding the content type header and sending the body in the query

Pgarrett commented 3 months ago

@arcuri82 I believe this is it for python test outputs. Or do you feel something is still missing?

arcuri82 commented 3 months ago

hi @Pgarrett . possibly done, for now. we ll see once we add new set of E2E for black-box, if we get any issue there. thx