PulseAugur
LIVE 19:03:11
tool · [1 source] ·
18
tool

AI tool adds Schemathesis and Postman runners for API testing

A QA engineer has developed new capabilities for the mk-qa-master tool, enabling AI models like Claude to drive API testing. This was achieved by creating two new runners: one for Schemathesis, which tests APIs based on OpenAPI specifications, and another for Newman, which integrates with Postman. The author highlights the efficiency of the MCP architecture, which allows for the addition of new testing frameworks with minimal code, enabling the AI to automatically leverage these new testing capabilities. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Enhances AI's ability to automate API testing, potentially streamlining QA processes for developers.

RANK_REASON The article describes the addition of new features (runners for Schemathesis and Newman) to an existing open-source tool (mk-qa-master), enhancing its capabilities for AI-driven API testing.

Read on dev.to — MCP tag →

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 · MiniKao ·

    Claude can drive Schemathesis + Postman through one MCP — I shipped both runners in one day

    <blockquote> <p><strong>TL;DR</strong> — Today I shipped <a href="https://pypi.org/project/mk-qa-master/" rel="noopener noreferrer"><code>mk-qa-master</code></a> <strong>v0.6.0 (Schemathesis)</strong> in the morning and <strong>v0.6.1 (Newman / Postman)</strong> in the afternoon.…