- Docker base image with Xvfb + noVNC for headless GUI - Agent base class for AI visual testing - Test spec models and YAML parser - CLI with run, test, build commands - Example test spec for Development Hub 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| docker | ||
| examples | ||
| src/ghostqa | ||
| .gitignore | ||
| CLAUDE.md | ||
| README.md | ||
| pyproject.toml | ||
README.md
GhostQA
AI-powered visual GUI testing via natural language
Installation
pip install -e .
Usage
TODO: Add usage instructions
Documentation
Full documentation is available at: https://pages.brrd.tech/rob/ghostqa/
Development
# Clone the repository
git clone https://gitea.brrd.tech/rob/ghostqa.git
cd ghostqa
# Create virtual environment
python -m venv .venv
source .venv/bin/activate
# Install for development
pip install -e ".[dev]"
# Run tests
pytest
License
TODO: Add license