Back to browse
Qapir – Generate API tests automatically from docs

Qapir – Generate API tests automatically from docs

by gradnichkovski·Apr 19, 2026·3 points·2 comments

AI Analysis

MidShip ItSolve My Problem

Auto-generates API tests from OpenAPI specs when Schemathesis and Postman already exist.

Strengths
  • YAML-based scenarios with optional structured UI editor for non-coders
  • Extracts endpoints and generates baseline suite in 2–3 minutes
  • Supports response extraction, validations, and chained calls
Weaknesses
  • Beta waitlist limits immediate testing and verification
  • OpenAPI-to-test generation is a crowded category with established tools
Target Audience

Backend developers, QA engineers

Similar To

Schemathesis · Postman · Hoppscotch

Post Description

Hi HN,

I've been building QAPIR (https://app.qapir.io), an attempt to put most backend testing tools into one place instead of stitching together test code, frameworks, reporting tools, client libraries, mock servers, etc.

Today it focuses on REST APIs.

You can point it at an OpenAPI spec or let it crawl your API docs. It extracts endpoints and generates ready-to-run API test scenarios automatically. In about 2–3 minutes you get a working baseline test suite with environment variables, secrets, and test reports.

Scenarios are written in a concise YAML format (with a structured UI editor if you don't want to touch YAML). They support response extraction, validations, environment variables/secrets, and chained calls.

Where I want to take it next:

- CI integrations (GitHub / GitLab Actions) - more protocols (GraphQL, WebSockets, gRPC) - more test steps like DB/cache queries, event queues, HTTP mocks, and webhook testing

The idea is that backend testing shouldn't require maintaining large test codebases or wiring together numerous tools to cover most (or all) scenarios.

It's early and rough. Free plan when you sign up includes 3 workspaces, 3 doc crawl jobs, and 100 test runs - enough to try it on a real service.

Feedback I'd love from HN:

- what's missing for your stack? - is the workflow simple enough? - if you find it interesting, feel free to join the beta.

Thanks for taking a look, Albert

Similar Projects