API testing tool that generates tests from OpenAPI/Swagger specs.
Testing tool for web applications with specs
schemathesis$ schemathesis run https://api.example.com/openapi.json --base-url https://api.example.com$ schemathesis run ./openapi.yaml --base-url http://localhost:8000$ schemathesis run https://api.example.com/v1/openapi.json --hypothesis-max-examples=1000$ schemathesis run https://api.example.com/spec.json --base-url https://api.example.com --junit-xml=report.xml$ schemathesis validate ./openapi.json