Coder Social home page Coder Social logo

lobziik / schemathesis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from schemathesis/schemathesis

0.0 1.0 0.0 6.1 MB

A modern API testing tool for web applications built with Open API and GraphQL specifications.

Home Page: https://schemathesis.readthedocs.io

License: MIT License

Python 99.94% Shell 0.01% Dockerfile 0.06%

schemathesis's Introduction

Schemathesis

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

Schemathesis is a modern API testing tool for web applications built with Open API and GraphQL specifications.

It reads the application schema and generates test cases, which will ensure that your application is compliant with its schema (read more about how it works in our research paper).

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

Simple to use and yet powerful to uncover hard-to-find errors thanks to the property-based testing approach backed by state-of-the-art Hypothesis library.

๐Ÿš€ 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.

Signup to reveal all issues on a dashboard.

Features

  • Content-Type, schema, and status code conformance checks for Open API;
  • Testing of explicit examples from the input schema;
  • Stateful testing via Open API links;
  • Concurrent test execution;
  • Targeted testing;
  • Storing and replaying network requests;
  • Built-in ASGI / WSGI application support;
  • Code samples for easy failure reproduction;
  • Ready-to-go Docker image;
  • Configurable with user-defined checks, string formats, hooks, and targets.

CLI installation

To install Schemathesis via pip run the following command:

pip install schemathesis

This command installs the schemathesis entrypoint + st as its alias.

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

Usage

You can use Schemathesis in the command line directly (st is an alias to schemathesis):

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. ๐Ÿ’ก

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.

Support this project

Hi, my name is Dmitry! I started this project during my work at Kiwi.com. I am grateful to them for all the support they provided to this project during its early days and for the opportunity to evolve Schemathesis independently.

In order to grow the community of contributors and users, and allow me to devote more time to this project, please donate today.

Also, I occasionally write posts about Schemathesis in my blog.

Links

Additional content:

Non-English content:

  • A tutorial (RUS) about Schemathesis by @Stranger6667

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.

schemathesis's People

Contributors

stranger6667 avatar aexvir avatar paveldedik avatar dongfangtianyu avatar hultner avatar tuffnatty avatar dependabot[bot] avatar hebertjulio avatar zhukovgreen avatar svtkachenko avatar mdavis-xyz avatar tuckerwales avatar jamescooke avatar vlade11115 avatar gluhar2006 avatar chr1st1ank avatar bo5o avatar wescran avatar vikahl avatar stannum-l avatar sstremler avatar fallion avatar ronnypfannschmidt avatar prayags avatar sobolevn avatar ludeknovy avatar kharyam avatar jeremyschiemann avatar hlobit avatar orsinium avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.