Zosma QA is an open-source testing-focused agent harness and orchestration framework created by Zosma AI. It provides scaffolding, structured prompt templates, and execution environments designed to coordinate coding agents for automated software testing and quality engineering tasks. In practical workflows, Zosma QA acts as the bridge between AI coding agents (including OpenCode and Pi coding agent environments) and established test frameworks. It coordinates test generation, execution, and debugging across web browsers, mobile platforms, and backend services by utilizing pre-configured prompt architectures and directory-aware spec runners. Unlike general-purpose CLI coding agents that focus on generic software authoring, Zosma QA specializes strictly in the QA lifecycle. It embeds domain-specific tooling and conventions for Playwright (web E2E), Appium (mobile automation), Python testing frameworks, and k6 (load and performance testing), including sanitization utilities for UI element selectors and structured spec directory management. Zosma QA is distributed under open-source terms and publishes modular packages through npm (such as `@zosmaai/zosma-qa-k6`) alongside its core GitHub monorepo.
Tags: AI, ai agent, cli, coding agent, developer tools, OpenSource