Metadata-Version: 2.4
Name: vagary
Version: 0.0.4
Summary: Lightweight VM-based GUI testing
License: MIT
License-File: LICENSE
Keywords: automation,gui-testing,testing,vagrant,vm,vnc
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.12
Requires-Dist: paramiko>=4.0.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: typer>=0.21.1
Requires-Dist: vncdotool>=1.2.0
Description-Content-Type: text/markdown

# vagary

Lightweight VM-based GUI testing

> [!CAUTION]
> This project is in early planning stage. APIs and configuration format will change.

A lightweight command-line tool for automated GUI testing in VMs.
Write test scenarios in YAML, run against Vagrant boxes using VNC and SSH.

## Usage

See examples in `examples` directory for scenario syntax and patterns.

## License

MIT
