Skip to content

External Resources

This page collects articles, papers, videos, tutorials, and integrations about Schemathesis written by the community. These resources provide additional perspectives, use cases, and implementation examples.

Integrations

  • TraceCov by @Stranger6667

    • Description: Schema-level API coverage analysis. Measures test coverage at the constraint level (minLength, pattern, enum, etc.) rather than just endpoints.

    • Documentation: docs.tracecov.sh

    • Installation: uv pip install tracecov

  • Robot Framework SchemathesisLibrary by @aaltat

    • Description: Robot Framework integration with Schemathesis. Automatically generates test cases from OpenAPI/GraphQL schemas using DataDriver integration.

    • Documentation: Keyword documentation

    • Installation: pip install robotframework-schemathesislibrary

Papers

Tutorials

  • Automated REST API fuzzing using Schemathesis by @RafDevX and @sofiaedv at KTH Royal Institute of Technology

    • Description: Hands-on tutorial on fuzzing REST APIs with Schemathesis from the course DD2482 Automated Software Testing and DevOps

    • Date: 15 Oct 2023

Articles

Videos