Show HN: Open API and GraphQL Fuzzing via GitHub Actions (github.com)
Schemathesis is a specification-centric API fuzzing tool for Open API and GraphQL-based applications.
I've been building Schemathesis GitHub app for a while and now it is ready to use. You run it as a part of your workflow, then it comes to PRs and adds little reports about API fuzzing results.
Folks, I'd appreciate your feedback about the tool or its GitHub integration :)
3 comments
[ 3.0 ms ] story [ 18.0 ms ] threadThis is really cool. How about a CircleCI orb too? Postman has plenty of micro-services with OpenAPI definitions that could really use this. My bet is that a lot of mature companies doing spec-first API development will be using more commercial CI providers than GitHub Pages.
Thank you! That's a great point! Added to the backlog :) Most of the machinery is provider-independent on the Schemathesis side, so adding a new provider should be relatively straightforward. I'll take a look at it soon