OpenTester Documentation

March 8, 2026 · View on GitHub

This directory contains the complete documentation for OpenTester.

Documentation Index

DocumentDescriptionAudience
MCP.mdMCP interface specification and tool listAgent/Developer
API.mdREST API documentationDeveloper
DSL_SPEC.mdComplete DSL syntax specificationAgent/Developer
SKILL_PROMPT.mdAgent prompt template for MCP workflowAgent/Developer
DEVELOPMENT.mdDevelopment guide and architectureDeveloper
ARCHITECTURE.mdSystem architecture and ADRsDeveloper
CLI.mdCLI tool documentationDeveloper
DISTRIBUTION.mdBuild and distribution guideMaintainer
CHANGELOG.mdVersion change historyAll users
TASKS.mdDevelopment tasks trackingDevelopers

Reading Paths

Getting Started

  1. Project README - Understand the project
  2. DSL_SPEC.md - Learn DSL syntax

For Developers

  1. DEVELOPMENT.md - Development environment setup
  2. ARCHITECTURE.md - Architecture and design decisions
  3. API.md - REST API interface
  4. MCP.md - MCP tool interface

Deployment

  1. CLI.md - CLI tool usage
  • Project README: ../README.md
  • MCP Endpoint: http://localhost:8001/mcp
  • FastAPI Docs: http://localhost:8000/docs

Usage Workflow

  1. Developers: Read DEVELOPMENT.md to understand the architecture
  2. Integration: Refer to MCP.md for interface specifications

Translations