Back to browse
GitHub Repository

Deterministic API Flow Testing via JSON Config

3 starsGo

Veriflow – Declarative API Testing CLI for Humans and CI/CD

by okira_e·Apr 22, 2026·1 point·0 comments

AI Analysis

MidShip It

JSON-configured API flow testing CLI competing with Postman and k6.

Strengths
  • JSON config makes tests portable and easy to version control.
  • Variable passing between steps handles auth tokens and IDs well.
  • Zero code changes required in the target API server.
Weaknesses
  • Crowded category with established giants like Postman and Insomnia.
  • JSON verbosity can become unwieldy for complex test logic.
Target Audience

Backend developers, QA engineers

Similar To

Postman · k6 · Restless

Post Description

You declare flows that contain requests that export outputs to each other creating a deterministic sequence of requests.

Similar Projects