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
FWIW, not all hooks work yet with GraphQL in Schemathesis which may impose some integration issues. However, I plan to address this once I have a bit more bandwidth + update the docs on customization. Feel free to ping me if you need assistance with this
further I would need field overloads based on their names and a way to define workflows (e.g. first creating x, then creating y which depends on y, then creating z depending on y and now fuzz freely x, y, z, where x,y,z are accessed by id and credentials (in my case credentials are a sideproduct of creating x and y))
There are testing/fuzzing tools named hypothesis-graphql (and the higher level schemathesis) available.
By fuzzing through the schema they can speed up testing and find corner cases.
It would be nice if there would some documentation how to integrate them (they work on asgi/stringified graphl schema)
The text was updated successfully, but these errors were encountered: