Skip to main content

Property-based testing framework for Open API and GraphQL based apps

Project description

Build codecov.io status for master branch Version Python versions Documentation Status Discord License

Schemathesis is a specification-centric API testing tool for Open API and GraphQL-based applications.

Why use Schemathesis?

  • Application crashes. Learn what payloads make your API crash, corrupt the database or hang forever.

  • Up-to-date API documentation. Never worry that your API consumers will use an incorrect specification or outdated payload example.

  • Instant debugging. Get a detailed failure report with a single cURL command to reproduce the problem immediately.

How does it work?

Schemathesis reads the application schema and generates test cases, which will ensure that your application is compliant with its schema and never crashes.

The application under test could be written in any language; the only thing you need is a valid API schema in a supported format.

Read more about how it works in our research paper.

How do I start?

Schemathesis is available as a service, standalone CLI, or a Python library.

The service enables you to verify your API schema in a few clicks, CLI gives more control. Schemathesis.io has a free tier, so you can combine the CLI flexibility with rich visuals by uploading your test results there.

Features

  • Open API: Schema conformance, explicit examples, stateful testing;

  • GraphQL: queries generation;

  • Multi-worker test execution;

  • Storing and replaying tests;

  • ASGI / WSGI support;

  • Generated code samples (cURL, Python);

  • Docker image;

  • Customizable checks & test generation;

CLI installation

To install Schemathesis via pip run the following command:

python -m pip install schemathesis

This command installs the st entrypoint.

You can also use our Docker image without installing Schemathesis as a Python package.

GitHub Actions

If you use GitHub Actions, there is a native GitHub app that reports test results directly to your pull requests.

api-tests:
  runs-on: ubuntu-20.04
  steps:
    # Runs Schemathesis tests with all checks enabled
    - uses: schemathesis/action@v1
      with:
        # Your API schema location
        schema: 'http://localhost:5000/api/openapi.json'
        # OPTIONAL. Your Schemathesis.io token
        token: ${{ secrets.SCHEMATHESIS_TOKEN }}

Check our GitHub Action for more details.

Usage

You can use Schemathesis in the command line directly:

st run --checks all https://example.schemathesis.io/openapi.json

Or via Docker:

docker run schemathesis/schemathesis:stable \
    run --checks all https://example.schemathesis.io/openapi.json
https://raw.githubusercontent.com/schemathesis/schemathesis/master/img/schemathesis.gif

Or in your Python tests:

import schemathesis

schema = schemathesis.from_uri("https://example.schemathesis.io/openapi.json")


@schema.parametrize()
def test_api(case):
    case.call_and_validate()

CLI is simple to use and requires no coding; the in-code approach gives more flexibility.

Both examples above will run hundreds of requests against the API under test and report all found failures and inconsistencies along with instructions to reproduce them.

💡 See a complete working example project in the /example directory. 💡

Support

If you want to integrate Schemathesis into your company workflows or improve its effectiveness, feel free to reach out to support@schemathesis.io.

Schemathesis.io also runs workshops about effective API testing. Signup here

Contributing

Any contribution to development, testing, or any other area is highly appreciated and useful to the project. For guidance on how to contribute to Schemathesis, see the contributing guidelines.

License

The code in this project is licensed under MIT license. By contributing to Schemathesis, you agree that your contributions will be licensed under its MIT license.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

schemathesis-3.18.2.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

schemathesis-3.18.2-py3-none-any.whl (203.3 kB view details)

Uploaded Python 3

File details

Details for the file schemathesis-3.18.2.tar.gz.

File metadata

  • Download URL: schemathesis-3.18.2.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for schemathesis-3.18.2.tar.gz
Algorithm Hash digest
SHA256 11c59cb3c2cdf705e4b3fd2aecb70ed7be9248d7aa8c7ee66c04a02785d108b2
MD5 217a5359c320ebdd686e36506c293c33
BLAKE2b-256 5555ca9020b43016aefd0c961583e930699152110d03e1ec6bf33d8ab072db77

See more details on using hashes here.

File details

Details for the file schemathesis-3.18.2-py3-none-any.whl.

File metadata

  • Download URL: schemathesis-3.18.2-py3-none-any.whl
  • Upload date:
  • Size: 203.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for schemathesis-3.18.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6d70d5afcecd94210241528d6f4d7c2e066984f1326436bdcffc4bcd3c885270
MD5 a6be352753391f4298e0e6e9d0f4b9ac
BLAKE2b-256 ecc2d537d409e9d735ecdf3ae56c19c87773a4bf22760d088ae7d4da6f061877

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page