Skip to content

Releases: LangeVC/agent-test-env

AI Agent Testing Environment v1.1.0

09 May 00:52

Choose a tag to compare

AI Agent Testing Environment v1.0.0

07 May 13:18

Choose a tag to compare

Initial Release

Generic, reusable Docker-based test environment for AI coding agent capabilities.

Features

  • 6 agent frameworks: OpenCode, Claude Code, Codex CLI, Gemini CLI, Continue.dev, Cursor
  • Standardized lifecycle script API per agent: _lib.sh, install.sh, verify.sh, test.sh, clean.sh
  • Docker Compose multi-service topology with shared bridge network and read-only fixture mounts
  • 2 default test fixtures: test-skill (skill) and test-mcp-server (MCP server)
  • test-framework.sh orchestrator — test any fixture on any agent with one command
  • BATS test suites: unit (12 tests), integration (4 tests), smoke (4 tests) — all passing
  • GitHub Actions CI matrix: 11 parallel jobs (agent × fixture)
  • GHCR release workflow: pre-built Docker images on tag push
  • Overlay pattern: downstream projects overlay fixtures and configs without forking
  • Declarative fixtures.yaml configuration

Quick Start

git clone https://github.com/LangeVC/agent-test-env.git
cd agent-test-env
docker compose up -d
bash scripts/test-framework.sh opencode test-skill
bash tests/run_tests.sh all

Documentation