537 B
537 B
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