Maestro — Automotive Test Automation Framework (web dashboard + adapters)
Project description
🏁 Maestro — Automotive Test Automation Framework
Maestro consolidates SSH, ADB, bench power control, ETFW, DLT logging, serial consoles and Windows camera capture into a single browser-based dashboard. Non-technical users design test cases with drag-and-drop; engineers extend it through a hot-reloadable plugin system.
🚀 Quick start
# Requirements: Python 3.10+ (3.11.9 recommended), Node.js 18+
cd maestro
pip install -r requirements.txt # or: pip install poetry && poetry install
python app.py
app.py installs anything missing, builds the React frontend on first run,
starts the FastAPI backend on http://localhost:8000 and opens your
browser. That's it.
| URL | What |
|---|---|
http://localhost:8000 |
Maestro dashboard |
http://localhost:8000/api/docs |
Interactive API documentation (Swagger) |
http://localhost:8000/metrics |
Prometheus metrics |
✨ Highlights
- 4-column drag-and-drop test designer with pre-built step templates for SSH, ADB, power, ignition, ETFW, DLT, camera and serial console
- Execution engine: serial / parallel / step-by-step modes, retry with exponential backoff, IF/THEN conditional jumps, loops, parallel groups, per-device resource locking, sandboxed user scripts
- Live monitoring over WebSocket: step status, logs, pause/resume/stop
- Allure-style HTML reports with timelines, artifacts and report diffing
- Scheduling via cron expressions (APScheduler)
- Enterprise security: AES-256-GCM credential vault, 5-role RBAC, full audit logging
- Observability: structured JSON logs, Prometheus metrics, adapter health
- Plugin system: manifest-based adapters, enable/disable, hot reload,
custom plugins in
data/plugins/
🧪 Development
# Backend tests
python -m pytest tests/
# Frontend dev server (proxies API to :8000)
cd frontend && npm install && npm run dev
# Frontend tests & build
npm run test && npm run build
🐳 Docker
docker compose -f docker/docker-compose.yml up --build
📚 Documentation
- USER_GUIDE.md — using the dashboard
- DEVELOPER_GUIDE.md — extending Maestro
- API_REFERENCE.md — REST/WebSocket API
- MAESTRO_COMPLETE_ARCHITECTURE.md — full architecture spec
📄 License
MIT — see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file maestro_automation-1.0.8.tar.gz.
File metadata
- Download URL: maestro_automation-1.0.8.tar.gz
- Upload date:
- Size: 333.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd4000895b28f3067d9d7168aa69cab06276e54ad09cdb13b074f2d07c269075
|
|
| MD5 |
94c069588f72d153d6de819d4593abc4
|
|
| BLAKE2b-256 |
7d3087dca55db9dd4b8268c633c38e7d17d1fad656521412087a263954e6b7f9
|
File details
Details for the file maestro_automation-1.0.8-py3-none-any.whl.
File metadata
- Download URL: maestro_automation-1.0.8-py3-none-any.whl
- Upload date:
- Size: 365.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d764ffb291e613ca664828af2c6ade953b5cd329bcda6931a015502a1b81af91
|
|
| MD5 |
ef4f18d06cc2873657f1f2e560cd5738
|
|
| BLAKE2b-256 |
295c887d35e83719c1cb042ca1f69a2fae3403faacbc1556dc01515636b93371
|